I've read every piece of advice on how to install virtualenv. i successfully installed in on my computer with the command:
python -m pip install virtualenv'
As a side note, can someone explain why only this command works, and the popular command in the forum:
pip install virtualenv
returns a command not found
error?
When I try to launch the virtualenv I get a command not found
error. When I try to install again, I get a Requirement already satisfied
proving the module is there. Furthermore, I can see the virtualenv in my python path.
Does anyone know what is happening here?? I can't work with Django until I complete this step.
Operating System: Windows 7