Update virtualenvwrapper documentation links.

This commit is contained in:
kuyan
2013-08-24 11:49:59 -07:00
parent 788390e74f
commit cf93e79274
+3 -3
View File
@@ -60,7 +60,7 @@ where they were placed.
virtualenvwrapper virtualenvwrapper
----------------- -----------------
`virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/>`_ `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/index.html>`_
provides a set of commands which makes working with virtual environments much provides a set of commands which makes working with virtual environments much
more pleasant. It also places all your virtual environments in one place. more pleasant. It also places all your virtual environments in one place.
@@ -72,7 +72,7 @@ To install (make sure **virtualenv** is already installed):
$ export WORKON_HOME=~/Envs $ export WORKON_HOME=~/Envs
$ source /usr/local/bin/virtualenvwrapper.sh $ source /usr/local/bin/virtualenvwrapper.sh
(`Full virtualenvwrapper install instructions <http://www.doughellmann.com/docs/virtualenvwrapper/#introduction>`_.) (`Full virtualenvwrapper install instructions <http://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_.)
For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell>`_ clone. For Windows, you can use the `virtualenvwrapper-powershell <https://bitbucket.org/guillermooo/virtualenvwrapper-powershell>`_ clone.
@@ -136,7 +136,7 @@ Other useful commands
``lssitepackages`` ``lssitepackages``
Shows contents of ``site-packages`` directory. Shows contents of ``site-packages`` directory.
`Full list of virtualenvwrapper commands <http://www.doughellmann.com/docs/virtualenvwrapper/command_ref.html#managing-environments>`_. `Full list of virtualenvwrapper commands <http://virtualenvwrapper.readthedocs.org/en/latest/command_ref.html>`_.
autoenv autoenv
------- -------