如何在virtualenv环境中安装指定的python版本

virtualenv TEST --python=python2.7

这样可以解决不同项目python版本冲突以及和python库版本不兼容等问题。

你可能感兴趣的:(virtualenv,virtualenv)