2023-01-07 更新
1 PyPI
PyPI(The Python Package Index) 是个宝库,有无数开发者创作的包。
2
pip conf 这个文件一般需要自己建立。
文件位置:
- On Unix the default configuration file is:
$HOME/.config/pip/pip.conf
which respects the XDG_CONFIG_HOME environment variable. - On macOS the configuration file is
$HOME/Library/Application Support/pip/pip.conf
. - On Windows the configuration file is
%APPDATA%\pip\pip.ini
.
文件内容:
[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host = pypi.douban.com