Skip to content

Commit

Permalink
Add mkproject instructions for virtualenvwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmiston committed May 16, 2015
1 parent d1ff044 commit 7e7e971
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dev/virtualenvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e7e971

Please sign in to comment.