我需要安装pip的帮助。
Errors were encountered while processing:
python-colorama
python-distlib
python-ndg-httpsclient
python-urllib3
python-requests
python-setuptools
python-pip
python-wheel
E: Sub-process /usr/bin/dpkg returned an error code (1)此外:
$ pip -V
bash: /usr/bin/pip: /usr/bin/python: bad interpreter: Permission denied发布于 2016-02-27 21:29:36
pip是在安装python2.x或anaconda时安装的。您可以从这个链接安装anaconda。
一旦有了安装程序,就像这样运行它
bash ~/Downloads/Anaconda3-2.4.0-Linux-x86_64.sh安装后也安装pip。
which pip
/opt/anaconda2/bin/piphttps://askubuntu.com/questions/739868
复制相似问题