diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 86b94212f..f68b3f5e7 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -113,6 +113,8 @@ and across developers. Lastly, remember to exclude the virtual environment folder from source control by adding it to the ignore list. +.. _virtualenvwrapper-ref: + virtualenvwrapper ----------------- diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index a7426752f..3266dc72c 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -58,6 +58,8 @@ maintaining a project which requires Django 1.0. To start using and see more information: `Virtual Environments `_ docs. +You can also use :ref:`virtualenvwrapper ` to make it easier to +manage your virtual environments. --------------------------------