Skip to content

Commit

Permalink
Merge pull request #156 from lancelote/patch-1
Browse files Browse the repository at this point in the history
Fixes "source" command invocation example
  • Loading branch information
yasoob committed Dec 28, 2017
2 parents 6f16960 + d686281 commit de741de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To install it, just type this command in the shell:
The most important commands are:

- ``$ virtualenv myproject``
- ``$ source bin/activate``
- ``$ source myproject/bin/activate``

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

0 comments on commit de741de

Please sign in to comment.