Add mkproject instructions for virtualenvwrapper

This commit is contained in:
Taylor Edmiston
2015-05-15 21:11:51 -04:00
parent d1ff0442fd
commit 7e7e971588
+8
View File
@@ -160,6 +160,14 @@ This creates the :file:`venv` folder inside :file:`~/Envs`.
$ workon venv
Alternatively, you can make a project, which creates the virtual environment,
and also a project directory inside ``$PROJECT_HOME``, which is ``cd`` -ed into
when you ``workon myproject``.
.. code-block:: console
$ mkproject myproject
**virtualenvwrapper** provides tab-completion on environment names. It really
helps when you have a lot of environments and have trouble remembering their
names.