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 -------