LoginSignup
12
17

More than 5 years have passed since last update.

Python pip の proxy を設定する (pip.ini に記述する)

Last updated at Posted at 2016-09-16

%APPDATA%\pip\pip.ini を作成する

%APPDATA%\pip\pip.ini ファイルに作成し、下記を記述しましょう。


[global]
proxy = [user:passwd@]proxy.server:port

~/pip/pip.ini は古い記述です。
に下記を記述すればOK。(Linuxの場合は、~/pip/pip.conf)

参考

12
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
17