It's a memo for myself because it goes round and round. Operation method under Proxy environment.
easy_install
set HTTP_PROXY=http://proxy.hoge.jp:port
Or
export HTTP_PROXY=http://user:[email protected]:port/
After the
easy install pkgname
pip
pip install pycrypto [email protected]:port
In my company environment, I pass or fail with or without proxy writing. Why?
Recommended Posts