davidmarble / virtualenvwrapper-win

Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts
Other
461 stars 106 forks source link

mkvirtualenv doesn't work on windows 10 #70

Closed argidanu closed 7 years ago

argidanu commented 8 years ago

Hi david.

I was trying to install virtualenvwrapper-win on windows 10. lsvirtualenv was working fine but mkvirtualenv doesn't work. Could you explain why this happened on my windows 10 machine? Thank you. I'm so sorry for my bad english.. :smile:

Regards, argi.

thebjorn commented 7 years ago

"doesn't work" isn't a problem description, be precise (http://www.catb.org/~esr/faqs/smart-questions.html#beprecise).

It works for me:

c:\srv> mkvirtualenv foo
New python executable in foo\Scripts\python.exe
Installing setuptools, pip...done.

(foo) c:\srv> 
thebjorn commented 7 years ago

I'm closing this since it doesn't have any details (we can easily re-open it if it's still a problem).