diff options
author | Julien Palard <julien@palard.fr> | 2018-11-21 08:40:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-11-21 08:40:05 (GMT) |
commit | d936a8f8e0964de1147656f1435532f0170f8b6c (patch) | |
tree | 2061c59217422e9bc8ce7b45b9c44fab8a3169f8 /Doc/using | |
parent | 3e21ad1a254cc33e8d4920ad7f026254ec728bee (diff) | |
download | cpython-d936a8f8e0964de1147656f1435532f0170f8b6c.zip cpython-d936a8f8e0964de1147656f1435532f0170f8b6c.tar.gz cpython-d936a8f8e0964de1147656f1435532f0170f8b6c.tar.bz2 |
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 272090d..45abd59 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -82,7 +82,8 @@ path. Once a virtual environment has been created, it can be "activated" using a script in the virtual environment's binary directory. The invocation of the -script is platform-specific: +script is platform-specific (`<venv>` must be replaced by the path of the +directory containing the virtual environment): +-------------+-----------------+-----------------------------------------+ | Platform | Shell | Command to activate virtual environment | |