regisf / virtualenvwrapper-powershell

A mimic of the VirtualEnvWrapper project but with Powershell
MIT License
109 stars 28 forks source link

ERROR: This is the debug voice. I expected a Python version, got **** #3

Closed franciscosucre closed 6 years ago

franciscosucre commented 6 years ago

Hi, i am using the command

mkvirtualenv -Python python prueba

But i get the following error.

ERROR: This is the debug voice. I expected a Python version, got C:\Program Files\Python36\python.exe

I even receive the error when i do not use the -Python argument.

regisf commented 6 years ago

Thanks @franciscosucre for the bug report. This is now fixed. I added an installation script and few improvments. I have 6 python installed on my Windows Box and don't have problem anymore.

Br