Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 559 Bytes

pip.md

File metadata and controls

36 lines (22 loc) · 559 Bytes

pip

python 依赖工具

安装

参考 Installation

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

Questions

Q1

InvalidSchema: Missing dependencies for SOCKS support.

A1:

不能用 SOCKS 代理 ,关掉代理

Q2

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/pip'

A2:

无权限创建 无权限创建 文件夹,运行 sudo chmod a+w /Library/Python/2.7/site-packages