Hi guys!
I am trying to set Virtualenv from the Set Up page (Step 3)
I entered this command “pip install virutalenv” and it gave me this:
Requirement already satisfied: virtualenv in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Which I think it’s fine (right?). Then I would go to the myhellowebapp folder and try to start my virtual environment.
Now, the next step I have issues with.
I enter this command to create the virtual environment: virtualenv venv
… and it gives me this: -bash: virtualenv: command not found
Help?