Skip to content

Problems

Roman edited this page Oct 22, 2019 · 3 revisions

Problems

pip is unavailable for Python2 on Catalina (10.15)

Problem

pip for system Python is needed for pyenv-virtualenvwarapper to install virtualenvwrapper package.

Solution

sudo easy_install pip
sudo pip install virtualenvwrapper

Clone this wiki locally