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):
132
132
133
133
(`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html >`_.)
134
134
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/ >`_.
136
136
137
137
To install (make sure **virtualenv ** is already installed):
138
138
139
139
.. code-block :: console
140
140
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
145
144
146
145
Basic Usage
147
146
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments