Skip to content

Commit 11b1297

Browse files
correct typo in virtualenvs.rst
change $PROJECT_HOME to $WORKON_HOME on line 362
1 parent 3b59736 commit 11b1297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ This creates the :file:`my_project` folder inside :file:`~/Envs`.
359359
$ workon my_project
360360
361361
Alternatively, you can make a project, which creates the virtual environment,
362-
and also a project directory inside ``$PROJECT_HOME``, which is ``cd`` -ed into
362+
and also a project directory inside ``$WORKON_HOME``, which is ``cd`` -ed into
363363
when you ``workon myproject``.
364364

365365
.. code-block:: console

0 commit comments

Comments
 (0)