Skip to content

Commit da5d9d3

Browse files
committed
Merge pull request realpython#519 from vishalsodani/master
virtualenvwrapper-win
2 parents e42e21f + 4ad53a4 commit da5d9d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/dev/virtualenvs.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,15 @@ To install (make sure **virtualenv** is already installed):
132132
133133
(`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_.)
134134

135-
For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell>`_ clone.
135+
For Windows, you can use the `virtualenvwrapper-win <https://github.com/davidmarble/virtualenvwrapper-win/>`_.
136136

137137
To install (make sure **virtualenv** is already installed):
138138

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

146145
Basic Usage
147146
~~~~~~~~~~~

0 commit comments

Comments
 (0)