我試圖安裝pip
沒有sudo
安裝點子。 讀Install Docs,這似乎是可以使用--user
把它安裝在我的home
目錄。 從全球範圍卸載pip
後,我試圖python get-pip.py --user
並獲得以下錯誤:
PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/wheel-0.29.0.dist-info'
沒有根,但與系統的蟒蛇
檢查Install Docs
我發現了以下聲明:
Be cautious if you're using a Python install that's managed by your operating system or another package manager. get-pip.py does not coordinate with those tools, and may leave your system in an inconsistent state.
我可以安裝PIP進入我的家與休閒Ubuntu apt-get
python?還是我也需要在本地構建python?
從[來源]安裝(https://github.com/pypa/pip)。克隆回購並運行'python setup.py install --user'。 – phd