2
顯然pyvenv-3.4
在ubuntu 14.10中無法正常工作。所以我需要抓住ensurepip
模塊並將其放到lib文件夾中?而且我的搜索技巧似乎被破壞了,因爲我一直無法找到源代碼。ensurepip模塊源代碼在哪裏? pyvenv返回非零退出狀態1
我正在運行pyvenv-3.4 $(pwd)/test
:
Error: Command '['/home/bob/Desktop/test/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1
參見:
- #17:https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847
- https://docs.python.org/3/library/ensurepip.html
相關:
或者是推薦使用的virtualenv作爲第二個相關鏈接建議?
感謝張貼您的解決方案,它幫了我。 – Crispy
@Crispy它看起來像它可能backported請參閱:https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847/comments/72 ...所以'sudo apt-get install python3 -venv'現在也可以工作?也沒問題。很高興它幫助:) – jmunsch
這工作對我來說,但使用Python 3.5的鏈接:https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz。我在文件夾中使用了'tar xzf',然後'cd'到'Lib'中,然後運行'copy -R ensurepip/usr/lib/python3.5' –