如何在Ubuntu中使用Python3.3创建virtualenv?
我正在运行精确的穿山甲amd64。我从ppa:fkrull / deadsnakes安装了Python 3.3。 现在,我想在virtualenv中实际使用这个新的Python版本。但是我该怎么做呢?我收到以下错误: $ virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 Running virtualenv with interpreter /usr/bin/python3.3 The --no-site-packages flag is deprecated; it is now the default behavior. New python executable in /home2/USERNAME/.virtualenvs/pywork3/bin/python3.3 Also creating executable in /home2/USERNAME/.virtualenvs/pywork3/bin/python Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/site.py", line 73, in <module> __boot() …