mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
@@ -132,16 +132,15 @@ To install (make sure **virtualenv** is already installed):
|
|||||||
|
|
||||||
(`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_.)
|
(`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_.)
|
||||||
|
|
||||||
For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell>`_ clone.
|
For Windows, you can use the `virtualenvwrapper-win <https://github.com/davidmarble/virtualenvwrapper-win/>`_.
|
||||||
|
|
||||||
To install (make sure **virtualenv** is already installed):
|
To install (make sure **virtualenv** is already installed):
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
PS> pip install virtualenvwrapper-powershell
|
$ pip install virtualenvwrapper-win
|
||||||
PS> $env:WORKON_HOME="~/Envs"
|
|
||||||
PS> mkdir $env:WORKON_HOME
|
In Windows, the default path for WORKON_HOME is %USERPROFILE%\Envs
|
||||||
PS> import-module virtualenvwrapper
|
|
||||||
|
|
||||||
Basic Usage
|
Basic Usage
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user