Pythonのpipを使う際にプロキシが要る場合は以下のようにします。
pip install --upgrade pip --proxy="http://username:password@hogehoge.com:8080"
pip install --upgrade setuptools --proxy="http://username:password@hogehoge.com:8080"
pip install numpy --proxy="http://username:password@hogehoge.com:8080"
以上!
コメント