Skip to content

Commit

Permalink
Merge pull request realpython#519 from vishalsodani/master
Browse files Browse the repository at this point in the history
virtualenvwrapper-win
  • Loading branch information
Ian Cordasco committed Feb 21, 2015
2 parents e42e21f + 4ad53a4 commit da5d9d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/dev/virtualenvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,15 @@ To install (make sure **virtualenv** is already installed):
(`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):

.. code-block:: console
PS> pip install virtualenvwrapper-powershell
PS> $env:WORKON_HOME="~/Envs"
PS> mkdir $env:WORKON_HOME
PS> import-module virtualenvwrapper
$ pip install virtualenvwrapper-win
In Windows, the default path for WORKON_HOME is %USERPROFILE%\Envs

Basic Usage
~~~~~~~~~~~
Expand Down

0 comments on commit da5d9d3

Please sign in to comment.