Skip to content

Commit d686281

Browse files
authored
Fixes "source" command invocation example
A little bit more precise this way
1 parent 79fcea3 commit d686281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtual_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install it, just type this command in the shell:
3232
The most important commands are:
3333

3434
- ``$ virtualenv myproject``
35-
- ``$ source bin/activate``
35+
- ``$ source myproject/bin/activate``
3636

3737
This first one makes an isolated virtualenv environment in the
3838
``myproject`` folder and the second command activates that isolated

0 commit comments

Comments
 (0)