Installing virtualenvwrapper on Windows

送分小仙女□ 提交于 2019-12-02 16:12:00

mkvirtualenv is a bash script so you need to run bash shell to make use of it.

mkvirtualenv is a bash function in the mkvirtualenv_bashrc script

You will need to run this from cygwin under Windows. (You can call a native python from this and not need a cygwin python)

virtualenv helpers for Windows command shell:

guillermooo

I've ported virtualenvwrapper to Powershell. Grab it from the BitBucket repo!

virtualenvwrapper is for Linux/Unix, but this post gives some virtualenv support for Windows users (Bitbucket source is here).

In windows we need to use virtualenv not mkvirtualenv while creating virtual environments

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!