The documentation says that if I already have virtualenv installed, then pip is available by default on my system. However, there exists /usr/bin/virtualenv but no /usr/bin/pip. What am I doing wrong ?
The documentation says that if I already have virtualenv installed, then pip is available
Share
It won’t be
/usr/bin/pip. pip is installed within your virtualenv. It’ll be in thebindirectory within the virtualenv folder, which is added to the front of your path when you activate the environment.