Virtualenv
Installation
1 | pip install virtualenv |
User Guide
1. use the same version
1 | 虚拟Python环境 ENV is path |
2. different python version
1 | PYTHON: 指定使用Python版本(C:\Python27\python.exe) |
启动
1 | activate |
1 | pip install virtualenv |
1 | 虚拟Python环境 ENV is path |
1 | PYTHON: 指定使用Python版本(C:\Python27\python.exe) |
1 | activate |