User Tools

Site Tools


Sidebar

Go Back

Contact
Recent Changes
Sitemap
python:pip_config_path

PIP config path

https://pip.pypa.io/en/stable/user_guide/#config-file

  • 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 if directory $HOME/Library/Application Support/pip exists else $HOME/.config/pip/pip.conf.
  • On Windows the configuration file is %APPDATA%\pip\pip.ini.
python/pip_config_path.txt · Last modified: 2021/08/26 14:42 (external edit)