Skip to content

Commit e9eb5da

Browse files
committed
Reference virtualenvwrapper from linux install page: Refs #469
1 parent ec1cbf4 commit e9eb5da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/dev/virtualenvs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ and across developers.
113113
Lastly, remember to exclude the virtual environment folder from source
114114
control by adding it to the ignore list.
115115

116+
.. _virtualenvwrapper-ref:
117+
116118
virtualenvwrapper
117119
-----------------
118120

docs/starting/install/linux.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ maintaining a project which requires Django 1.0.
5858

5959
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
6060

61+
You can also use :ref:`virtualenvwrapper <virtualenvwrapper-ref>` to make it easier to
62+
manage your virtual environments.
6163

6264
--------------------------------
6365

0 commit comments

Comments
 (0)