pip 安装时出现问题

pip 安装时出现问题

我需要有关安装的帮助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

答案1

当你安装了 python2.x 或 anaconda 时,pip 就会安装。你可以从这里安装 anaconda关联

安装程序完成后,像这样运行

bash ~/Downloads/Anaconda3-2.4.0-Linux-x86_64.sh

安装完成后pip也安装完成了

which pip
/opt/anaconda2/bin/pip

相关内容