I have been connecting to this for several hours for several hours, and I have time.
The third error says to copy the DLL, while it already exists by default.
C:\Windows\system32>virtualenv django-josh New python executable in django-josh\Scripts\python.exe ERROR: The executable django-josh\Scripts\python.exe is not functioning ERROR: It thinks sys.prefix is u'c:\\windows\\syswow64\\django-josh' (should be u'c:\\windows\\system32\\django-josh') ERROR: virtualenv is not compatible with this system or executable Note: some Windows users have reported this error when they installed Python for "Only this user" or have multiple versions of Python installed. Copying the appropriate PythonXX.dll to the virtualenv Scripts/ directory may fix this problem.
I read this and I want to note that I had Python 3, but I installed Python 2.7 and uninstalled Python 3 after. I am wondering if there is any other Python 3 trace on my computer, although I cannot find anything.
Update: I was able to get it to work with this command (using the option), but I'm not sure if this is correct.
C:\Windows\system32>virtualenv --distribute C:\Python27\envs\django New python executable in C:\Python27\envs\django\Scripts\python.exe Installing setuptools, pip...done.
Thank you very much!
User source share