1.dependencies[root 权限]
2. Python’s setup tools
Put all the chances on your side by getting the very latest pip and
setuptools libraries.:
pip install -
报错
Found existing installation: setuptools 0.9.8
Uninstalling setuptools-0.9.8:
解决:
pip uninstall setuptools
pip install setuptools
!
3. Python virtualenv
"#$%
Python 2 #&
pip install virtualenv
更新慢,报错
解决方法:建个文件
~/.pip/pip.conf,
内容如下