我的电脑上有四个Python版本:
2.6.9
2.7.10
3.5.0
virtualenv 2.6.8
今天折腾了一天切换版本,终于从原来的2.6.9切换到了2.7.10,但是pip没了通过
sudo easy_install pip
安装上了pip,但是经过我观察,pip list列出来的包是上述四个版本包的集合请问如何解决?谢谢
光阴似箭催人老,日月如移越少年。
This is a record of version switching that I summarized before. I don’t know if it will be helpful: https://segmentfault.com/a/1190000004020387
Since using Pyenv to install anaconda, I have never encountered this kind of problem again
This is a record of version switching that I summarized before. I don’t know if it will be helpful:
https://segmentfault.com/a/1190000004020387
Since using Pyenv to install anaconda, I have never encountered this kind of problem again