I'm following the following guide to install virtualenv on my Windows 64bit machine : http://docs.python-guide.org/en/latest/dev/virtualenvs/
I have already installed virtualenv and virtualenvwrapper using pip. Now, it says under the basic usage topic to cd into my project folder and type 'virtualenv venv' that will create the folder venv.
But when I do this, my cmd cursor just moves on to the next line and continues to blink forever.
Am I missing anything here?
enter
aftervirtualenv venv
? – davejagodavirtualenv --version
show? – davejagodavirtualenv
? What doespip list
show? – davejagoda