python:virtualenvwrapper

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:virtualenvwrapper [2019/08/30 08:42] ともやんpython:virtualenvwrapper [2023/07/28 03:19] (現在) – [virtualenv のインストール] ともやん
行 1: 行 1:
 ====== VirtualEnv & VirtualEnvWrapper で作る Python 2.7 仮想環境 ====== ====== VirtualEnv & VirtualEnvWrapper で作る Python 2.7 仮想環境 ======
 +本家: [[https://virtualenv.pypa.io/|virtualenv]]\\
 +ソースコード: [[git>pypa/virtualenv|pypa/virtualenv: Virtual Python Environment builder]]\\
  
 ===== 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.1567122141.txt.gz
  • 最終更新: 2019/08/30 08:42
  • by ともやん