iTerm2 设置 时 pip 和 Python3 版本问题
2020-04-26 本文已影响0人
Qo_Tn
1. 安装 pip :
`sudo easy_install pip`
-
Python 2.7 版本 安装pip 为 -9.0.1
-
Python 3.0+版本 安装的 pip 为 - 10.0.0+
-
所以,更新pip 先安装 Python 3.0+
-
更新 Python:
curl https://bootstrap.pypa.io/get-pip.py | python3
2. 安装 powerline :
`pip install powerline-status --user`
参考地址: