python:virtualenvwrapper

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:virtualenvwrapper [2012/10/25 03:41] – [参考文献] ともやんpython:virtualenvwrapper [2023/07/28 03:19] (現在) – [virtualenv のインストール] ともやん
行 1: 行 1:
-====== VirtualEnv & VirtualEnvWrapper で作る Python 仮想環境 ======+====== VirtualEnv & VirtualEnvWrapper で作る Python 2.7 仮想環境 ====== 
 +本家: [[https://virtualenv.pypa.io/|virtualenv]]\\ 
 +ソースコード: [[git>pypa/virtualenv|pypa/virtualenv: Virtual Python Environment builder]]\\
  
 ===== Linux 編 ===== ===== Linux 編 =====
  
 ==== virtualenv のインストール ==== ==== virtualenv のインストール ====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<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>
 +
 +=== 使い方 ===
 <code> <code>
-sudo pip install virtualenv+$ virtualenv -p /usr/bin/python2.7 py27dj110 
 +$ source ./py27dj110/bin/activate 
 +(py27dj110) $ 
 +(py27dj110) $ deactivate 
 +$
 </code> </code>
- 
 ==== virtualenvwrapper のインストール ==== ==== virtualenvwrapper のインストール ====
 パッケージをインストールする。 パッケージをインストールする。
  • python/virtualenvwrapper.1351104118.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)