Closed erezak closed 5 years ago
Well, if you have multiple versions of Python installed (I have 2 and 3 for 32 and 64 - total of 4), manually install virtualenv on all of them, and it'll work.
Hello Erezak,
That's exactly what I wanted to say!
The script needs virtualenv
to be installed before all.
Thanks for the issue.
I have both python3.4 and python 2.7 installed on my machine.
When trying:
mkvirtualenv abc -Python C:\python\27
I get:
ERROR: You must install virtualenv program to create the Python virtual environment 'abc'