summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lovett <rylo@berkeley.edu>2018-09-24 08:56:53 -0700
committerBernát Gábor <gaborjbernat@gmail.com>2018-09-24 16:56:53 +0100
commitd93f0ef929a39610e22e35a846b185dfdc00b757 (patch)
tree1cade748ddf37432459aef41f63ae327e94032db /docs
parentc8e8029246d8bd8db82ddbfdfc7238940eb19102 (diff)
downloadvirtualenv-d93f0ef929a39610e22e35a846b185dfdc00b757.tar.gz
Include /path/to/ENV for activate (#1178)
Be explicit about where `activate` is and maintain the convention used throughout.
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index c3eb031..f616e14 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -42,7 +42,7 @@ the Command Prompt and Powershell.
On Posix systems, this resides in :file:`/ENV/bin/`, so you can run::
- $ source bin/activate
+ $ source /path/to/ENV/bin/activate
For some shells (e.g. the original Bourne Shell) you may need to use the
:command:`.` command, when :command:`source` does not exist. There are also