python:easy_install

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:easy_install [2019/02/16 21:49] – [NTLM認証Proxyサーバ(ntlmaps)を利用する方法(Windows編)] ともやんpython:easy_install [2019/08/19 06:58] (現在) ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<!-- big-barner --> 
-<ins class="adsbygoogle" 
-     style="display:inline-block;width:728px;height:90px" 
-     data-ad-client="ca-pub-0791334967460971" 
-     data-ad-slot="3042908851"></ins> 
-<script> 
-(adsbygoogle = window.adsbygoogle || []).push({}); 
-</script> 
-</html></ifauth> 
- 
 ====== easy_install、setuptools、pip - パッケージ管理 ====== ====== easy_install、setuptools、pip - パッケージ管理 ======
  
行 44: 行 32:
 〜省略〜 〜省略〜
 </code> </code>
 +
 ===== Linux & Mac 編(ez_setup.pyの場合) ===== ===== Linux & Mac 編(ez_setup.pyの場合) =====
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 122: 行 111:
 </code> </code>
 </WRAP> </WRAP>
-<ifauth !@loggedinusers><html> +
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +
-<ins class="adsbygoogle" +
-     style="display:inline-block;width:200px;height:200px" +
-     data-ad-client="ca-pub-0791334967460971" +
-     data-ad-slot="3038031481"></ins> +
-<script> +
-(adsbygoogle = window.adsbygoogle || []).push({}); +
-</script> +
-</html></ifauth>+
 ===== Linux編(yumの場合) ===== ===== Linux編(yumの場合) =====
  yumで導入する場合は、以下のコマンドで行うことができる。  yumで導入する場合は、以下のコマンドで行うことができる。
行 145: 行 125:
 $ sudo apt-get install python-pip $ sudo apt-get install python-pip
 </code> </code>
 +
 ===== Windows編 ===== ===== Windows編 =====
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 185: 行 166:
 dc69d76734568a6c040508 dc69d76734568a6c040508
 Processing pip-1.1.tar.gz Processing pip-1.1.tar.gz
-Running pip-1.1\setup.py -q bdist_egg --dist-dir c:\users\nakayama\appdata\local\temp\+Running pip-1.1\setup.py -q bdist_egg --dist-dir c:\users\tomoyan\appdata\local\temp\
 easy_install-oqpnzh\pip-1.1\egg-dist-tmp-9on5uw easy_install-oqpnzh\pip-1.1\egg-dist-tmp-9on5uw
 warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.html' under directory 'docs'
行 208: 行 189:
 </code> </code>
 </WRAP> </WRAP>
-<ifauth !@loggedinusers><html> +
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +
-<ins class="adsbygoogle" +
-     style="display:inline-block;width:200px;height:200px" +
-     data-ad-client="ca-pub-0791334967460971" +
-     data-ad-slot="3038031481"></ins> +
-<script> +
-(adsbygoogle = window.adsbygoogle || []).push({}); +
-</script> +
-</html></ifauth>+
 ===== easy_install でProxyサーバを利用する方法(Windows編) ===== ===== easy_install でProxyサーバを利用する方法(Windows編) =====
  easy_install が利用する urllib2 に Proxy の設定を教えるためには、環境変数 HTTP_PROXY を以下のように設定する。\\  easy_install が利用する urllib2 に Proxy の設定を教えるためには、環境変数 HTTP_PROXY を以下のように設定する。\\
行 227: 行 199:
 set HTTP_PROXY=http://user:pass@your-proxy.co.jp:8080 set HTTP_PROXY=http://user:pass@your-proxy.co.jp:8080
 </code> </code>
 +
 ===== NTLM認証Proxyサーバ(ntlmaps)を利用する方法(Windows編) ===== ===== NTLM認証Proxyサーバ(ntlmaps)を利用する方法(Windows編) =====
  NTLM認証Proxyサーバを経由してインストールを行う場合は、以下の手順にて行う。  NTLM認証Proxyサーバを経由してインストールを行う場合は、以下の手順にて行う。
行 251: 行 224:
 </code> </code>
  
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<!-- big-barner --> 
-<ins class="adsbygoogle" 
-     style="display:inline-block;width:728px;height:90px" 
-     data-ad-client="ca-pub-0791334967460971" 
-     data-ad-slot="3042908851"></ins> 
-<script> 
-(adsbygoogle = window.adsbygoogle || []).push({}); 
-</script> 
-</html></ifauth> 
  • python/easy_install.1550321373.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)