From cf93e79274c467d7ea82fa2b31c0561fffe54e4a Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 11:49:59 -0700 Subject: [PATCH] Update virtualenvwrapper documentation links. --- docs/dev/virtualenvs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index ee6ace2..c08f111 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -60,7 +60,7 @@ where they were placed. virtualenvwrapper ----------------- -`virtualenvwrapper `_ +`virtualenvwrapper `_ provides a set of commands which makes working with virtual environments much 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 $ source /usr/local/bin/virtualenvwrapper.sh -(`Full virtualenvwrapper install instructions `_.) +(`Full virtualenvwrapper install instructions `_.) For Windows, you can use the `virtualenvwrapper-powershell `_ clone. @@ -136,7 +136,7 @@ Other useful commands ``lssitepackages`` Shows contents of ``site-packages`` directory. -`Full list of virtualenvwrapper commands `_. +`Full list of virtualenvwrapper commands `_. autoenv -------