correct typo in virtualenvs.rst

change $PROJECT_HOME to $WORKON_HOME on line 362
This commit is contained in:
BlueStarCoder
2017-10-26 10:24:08 +05:30
committed by GitHub
parent 3b597362c6
commit 11b1297f99
+1 -1
View File
@@ -359,7 +359,7 @@ This creates the :file:`my_project` folder inside :file:`~/Envs`.
$ workon my_project
Alternatively, you can make a project, which creates the virtual environment,
and also a project directory inside ``$PROJECT_HOME``, which is ``cd`` -ed into
and also a project directory inside ``$WORKON_HOME``, which is ``cd`` -ed into
when you ``workon myproject``.
.. code-block:: console