From 11b1297f99719f92dc321c8416c05fcd57258d34 Mon Sep 17 00:00:00 2001 From: BlueStarCoder Date: Thu, 26 Oct 2017 10:24:08 +0530 Subject: [PATCH] correct typo in virtualenvs.rst change $PROJECT_HOME to $WORKON_HOME on line 362 --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 193aabe2a..3743c314e 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -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