python:virtualenvwrapper

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:virtualenvwrapper [2019/07/27 04:41] ともやんpython:virtualenvwrapper [2023/07/28 03:19] (現在) – [virtualenv のインストール] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> +====== VirtualEnv & VirtualEnvWrapper で作る Python 2.7 仮想環境 ====== 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +本家: [[https://virtualenv.pypa.io/|virtualenv]]\\ 
-<script> +ソースコード: [[git>pypa/virtualenv|pypa/virtualenv: Virtual Python Environment builder]]\\
-     (adsbygoogle = window.adsbygoogle || []).push({ +
-          google_ad_client: "ca-pub-0791334967460971", +
-          enable_page_level_ads: true +
-     }); +
-</script></html></ifauth> +
-====== VirtualEnv & VirtualEnvWrapper で作る Python 仮想環境 ======+
  
 ===== Linux 編 ===== ===== Linux 編 =====
  
 ==== virtualenv のインストール ==== ==== virtualenv のインストール ====
-<code+<WRAP color_term
-sudo pip install virtualenv +<WRAP color_command><html><pre> 
-</code>+<b class=GRN>$</b> <b class=HIY>pip</b> install <b class=HIK>--user</b> virtualenv 
 +</pre></html></WRAP> 
 +<WRAP color_command><html><pre> 
 +</pre></html></WRAP> 
 +</WRAP>
  
 === 使い方 === === 使い方 ===
  • python/virtualenvwrapper.1564170078.txt.gz
  • 最終更新: 2019/07/27 04:41
  • by ともやん