File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ where they were placed.
60
60
virtualenvwrapper
61
61
-----------------
62
62
63
- `virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/ >`_
63
+ `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/index.html >`_
64
64
provides a set of commands which makes working with virtual environments much
65
65
more pleasant. It also places all your virtual environments in one place.
66
66
@@ -72,7 +72,7 @@ To install (make sure **virtualenv** is already installed):
72
72
$ export WORKON_HOME=~/Envs
73
73
$ source /usr/local/bin/virtualenvwrapper.sh
74
74
75
- (`Full virtualenvwrapper install instructions <http://www.doughellmann.com/docs/virtualenvwrapper/#introduction >`_.)
75
+ (`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html >`_.)
76
76
77
77
For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell >`_ clone.
78
78
@@ -136,7 +136,7 @@ Other useful commands
136
136
``lssitepackages ``
137
137
Shows contents of ``site-packages `` directory.
138
138
139
- `Full list of virtualenvwrapper commands <http://www.doughellmann.com/docs/virtualenvwrapper /command_ref.html#managing-environments >`_.
139
+ `Full list of virtualenvwrapper commands <http://virtualenvwrapper.readthedocs.org/en/latest /command_ref.html >`_.
140
140
141
141
autoenv
142
142
-------
You can’t perform that action at this time.
0 commit comments