2017-07-04 98 views
2

我試圖安裝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?

+1

從[來源]安裝(https://github.com/pypa/pip)。克隆回購並運行'python setup.py install --user'。 – phd

回答

1

如博士在我的問題的意見mentoined,克隆點子,並通過python setup.py install --user安裝它制定了罰款。