Skip to content

Commit d93f0ef

Browse files
ryanlovettgaborbernat
authored andcommitted
Include /path/to/ENV for activate (#1178)
Be explicit about where `activate` is and maintain the convention used throughout.
1 parent c8e8029 commit d93f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the Command Prompt and Powershell.
4242

4343
On Posix systems, this resides in :file:`/ENV/bin/`, so you can run::
4444

45-
$ source bin/activate
45+
$ source /path/to/ENV/bin/activate
4646

4747
For some shells (e.g. the original Bourne Shell) you may need to use the
4848
:command:`.` command, when :command:`source` does not exist. There are also

0 commit comments

Comments
 (0)