File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
137137To 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%\E nvs
145144
146145Basic Usage
147146~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments