共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > virtualenv |
virtualenv
|
69 | 5 | 1073 |
贡献者 | 讨论 | 代码提交 |
virtualenv is a tool to create isolated Python environments. A virtual environment has its own Python libraries, and can have different versions of libraries from other environments. Using this, you can avoid version conflicts for different applications.