python:easy_install

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:easy_install [2019/02/16 22:01] ともやんpython:easy_install [2019/03/01 23:12] ともやん
行 8: 行 8:
 </script> </script>
 </html></ifauth> </html></ifauth>
- 
 ====== easy_install、setuptools、pip - パッケージ管理 ====== ====== easy_install、setuptools、pip - パッケージ管理 ======
  
行 42: 行 41:
 〜省略〜 〜省略〜
 </code> </code>
 +
 ===== Linux & Mac 編(ez_setup.pyの場合) ===== ===== Linux & Mac 編(ez_setup.pyの場合) =====
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 120: 行 120:
 </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で導入する場合は、以下のコマンドで行うことができる。
行 143: 行 134:
 $ sudo apt-get install python-pip $ sudo apt-get install python-pip
 </code> </code>
 +
 ===== Windows編 ===== ===== Windows編 =====
 <WRAP prewrap 100%> <WRAP prewrap 100%>
行 206: 行 198:
 </code> </code>
 </WRAP> </WRAP>
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
  
 ===== easy_install でProxyサーバを利用する方法(Windows編) ===== ===== easy_install でProxyサーバを利用する方法(Windows編) =====
行 249: 行 233:
 </code> </code>
  
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
  • python/easy_install.txt
  • 最終更新: 2019/08/19 06:58
  • by ともやん