如何使用Python3创建virtualenv,而我的系统是使用Python2的OsX 10

时间:2015-03-24 18:08:31

标签: python macos virtualenvwrapper

我的机器是OsX 10.10.2,我安装了Python 2.

使用virtualenvwrapper命令mkvirtualenv在Python 3上运行可以创建virtualenv吗? 我不愿意在我的系统中安装Python3,因为我最后一次这样做,python总体上停止了工作。不知道为什么,我是新人。我可以搞砸了。我正在寻找要运行的命令。

1 个答案:

答案 0 :(得分:2)

您可以像-p

一样使用virtualenv -p $(which python3) arg