I'm trying to install a different python using virtualenv
. Please note I'm using windows 10. The solutions that are given on SO did not work for me.
I have created an empty director (environment) on my desktop in which I want to place my virtual environments. So I did a cd
to c:\data\FFFF\Desktop\environment
. After that I tried below:
virtualenv -p /usr/bin/python2.6 project_env
and I received....:
FileNotFoundError: [WinError 3] The system cannot find the path specified: '/usr/bin/python2.6'
I dont understand whats going on. See below screenshot for extra info: