diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-28 13:47:24 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-28 13:47:24 -0700 |
| commit | cbab50f10ffcb12d094aafc0afacc5601838e56c (patch) | |
| tree | 957bcae999d2cbe25096992c240ecb90d602a8cc /docs/narr | |
| parent | d7dfe77e5fa8f0aa1ae75ae076ce160661376172 (diff) | |
| download | pyramid-cbab50f10ffcb12d094aafc0afacc5601838e56c.tar.gz pyramid-cbab50f10ffcb12d094aafc0afacc5601838e56c.tar.bz2 pyramid-cbab50f10ffcb12d094aafc0afacc5601838e56c.zip | |
Clarify $VENV convention with references.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/commandline.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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:: |
