0
0

More than 3 years have passed since last update.

プロキシ環境下でpip3を使う方法メモ

Posted at

いわゆるプロキシ環境下でpip3を使う方法メモです
以下のように、proxyサーバのIPアドレスやポートを指定すればOK

pip3 --proxy=http://xxx.xxx.xxx:port install ~

参考

【備忘録】pipでプロキシを突破できなくて詰まった話
プロキシ環境で pip install する方法

0
0
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
0
0