mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Reference virtualenvwrapper from linux install page: Refs #469
This commit is contained in:
@@ -113,6 +113,8 @@ and across developers.
|
|||||||
Lastly, remember to exclude the virtual environment folder from source
|
Lastly, remember to exclude the virtual environment folder from source
|
||||||
control by adding it to the ignore list.
|
control by adding it to the ignore list.
|
||||||
|
|
||||||
|
.. _virtualenvwrapper-ref:
|
||||||
|
|
||||||
virtualenvwrapper
|
virtualenvwrapper
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ maintaining a project which requires Django 1.0.
|
|||||||
|
|
||||||
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
|
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
|
||||||
|
|
||||||
|
You can also use :ref:`virtualenvwrapper <virtualenvwrapper-ref>` to make it easier to
|
||||||
|
manage your virtual environments.
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user