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.
6060virtualenvwrapper
6161-----------------
6262
63- `virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/ >`_
63+ `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/index.html >`_
6464provides a set of commands which makes working with virtual environments much
6565more pleasant. It also places all your virtual environments in one place.
6666
@@ -72,7 +72,7 @@ To install (make sure **virtualenv** is already installed):
7272 $ export WORKON_HOME=~/Envs
7373 $ source /usr/local/bin/virtualenvwrapper.sh
7474
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 >`_.)
7676
7777For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell >`_ clone.
7878
@@ -136,7 +136,7 @@ Other useful commands
136136``lssitepackages ``
137137 Shows contents of ``site-packages `` directory.
138138
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 >`_.
140140
141141autoenv
142142-------
You can’t perform that action at this time.
0 commit comments