0%
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| linux下指定位置为
$HOME/.config/pip/pip.conf
或者
$HOME/.pip/pip.conf
mac下指定位置为
$HOME/Library/Application Support/pip/pip.conf
或者
$HOME/.pip/pip.conf
|
1 2 3
| [global] timeout = 60 index-url = https://pypi.doubanio.com/simple
|
1
| pip install ipython --user -U
|