虚拟环境

使用 Virtualenv 创建独立的 Python 运行环境

2015-01-01

准备工作

  • python环境
  • pip

安装

pip install virtualenv

pip install https://github.com/pypa/virtualenv/tarball/develop
Read more