virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
基于virtualenv,实现多个python版本和环境的管理和使用。
安装
1 |
|
设置环境变量(可以加入到~/.bashrc
)
1 |
|
使用
1 |
|