【发布时间】:2018-08-23 08:36:28
【问题描述】:
我将我的 ubuntu 更新到 16.04 并尝试使用 pip install。
出现如下错误:
bash: /usr/local/bin/pip: /usr/bin/python3.4: bad interpreter: Too many levels of symbolic links
如何解决这个问题? 谢谢!
【问题讨论】:
-
您是在全局范围内还是在虚拟环境中尝试
pip install? -
我都试过了...
-
你检查过你的 python 和 pip 路径吗?尝试运行
which python和which pip看看它们会返回什么。
标签: python bash ubuntu-16.04