From cbab50f10ffcb12d094aafc0afacc5601838e56c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 28 Aug 2018 13:47:24 -0700 Subject: Clarify $VENV convention with references. --- docs/narr/commandline.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index 3cc7b9653..53e4ee31c 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -41,7 +41,9 @@ Each of Pyramid's console scripts may be run by its name. For example: $VENV/bin/pserve development.ini --reload -.. note:: ``$VENV/bin/`` represents the ``bin`` directory in a virtual environment, where ``$VENV`` is an environment variable representing its path. +.. note:: ``$VENV/bin/`` is a convention we use to simplify Pyramid documentation. + It represents the ``bin`` directory in a virtual environment, where ``$VENV`` is an environment variable representing its path. + See :ref:`installing_unix` and :ref:`venv-bin-pip-vs-source-bin-activate` for more information. .. index:: -- cgit v1.2.3