Installing virtualenvwrapper on Windows

前端 未结 5 475
無奈伤痛
無奈伤痛 2021-01-30 21:06

I\'ve installed virtualenv and virtualenvwrapper on Windows using easy_install. But mkvirtualenv is missing. I tried to search on my machine but I couldn\'t find it

5条回答
  •  忘了有多久
    2021-01-30 21:56

    virtualenv helpers for Windows command shell:

    • virtualenvwrapper-win is a set of DOS-style batch files (doesn't work in PowerShell).

    • env.py is a single Python2 script (blog post).

提交回复
热议问题