0

I've gone through so many questions and Google Searches, and my command prompt still continues to say that no command "mkvirtualenv" is found.

I am trying to create a virtual environment to use Django on, but I can't with this problem in the way.

CodingBoy
  • 39
  • 1
  • 9
  • Did you try this sudo pip install virtualenv or if you get an error sudo -H pip install virtualenv – Gorkhali Khadka Jan 02 '20 at 05:49
  • try this Install pip sudo easy_install pip for installing Virtual Environment Wrapper You should install virtual environment wrapper in your /usr/local/bin path. cd /usr/local/bin install your virtualenvwrapper with pip install virtualenvwrapper – Gorkhali Khadka Jan 02 '20 at 06:08
  • https://stackoverflow.com/search?q=%5Bvirtualenvwrapper%5D+mkvirtualenv+not+found. – phd Jan 02 '20 at 14:54

1 Answers1

0

Assuming you are using Homebrew, i've found pyenv-virtualenvwrapper to be lowest hassle.

kert
  • 2,161
  • 21
  • 22