6

Following this tutorial virtualenv I'm getting this message:

C:\Users\Dev\Desktop>mkvirtualenv AndroidKivy
C:\Users\Dev\Envs is not a directory, creating
Running virtualenv with interpreter C:/Python27/python.exe
Overwriting C:\Users\Dev\Envs\AndroidKivy\lib\orig-prefix.txt with new content
New python executable in C:\Users\Dev\Envs\AndroidKivy\Scripts\python.exe
Installing setuptools, pip, wheel...done.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.

I read this mkvirtualenv results in error: The system cannot find the path specified and using the command where python.exe. I have just one python.exe runtime in my PATH, so at first my issue does not fit it.

C:\Python27\python.exe

Again, found this topic Stackoverflow. Even executing like this mkvirtualenv -p C:/Python27/python.exe AndroidKivy I receive the same error.

PIP List:

pip (9.0.1)
setuptools (28.8.0)
virtualenv (15.2.0)
virtualenvwrapper-win (1.2.5)

Using: Windows 10 and Python 2.7

Shinomoto Asakura
  • 1,473
  • 7
  • 25
  • 45

0 Answers0