美文网首页我爱编程
Using VirtualenvWrapper to manag

Using VirtualenvWrapper to manag

作者: 画星星高手 | 来源:发表于2018-04-12 00:49 被阅读17次

Install VirtualenvWrapper

on Windows

pip install virtualenvwrapper-win

on Linux

pip install virtualenvwrapper

Configure on Windows

configure WORKON_HOME as the path to save your virtual environment.

New virtual environment

mkvirtualenv bobbyvir

All virtual environments will be installed into path your configured for WORKON_HOME.

See all virtual environments

workon

Enter virtual environment

workon venv_name

Quit the virtual environment

deactivate

About

了解更多有趣的操作请关注我的微信公众号:DealiAxy
每一篇文章都在我的博客有收录:blog.deali.cn

相关文章

网友评论

    本文标题:Using VirtualenvWrapper to manag

    本文链接:https://www.haomeiwen.com/subject/mcmtkftx.html