There was an error while loading. Please reload this page.
1 parent 79fcea3 commit d686281Copy full SHA for d686281
1 file changed
virtual_environment.rst
@@ -32,7 +32,7 @@ To install it, just type this command in the shell:
32
The most important commands are:
33
34
- ``$ virtualenv myproject``
35
-- ``$ source bin/activate``
+- ``$ source myproject/bin/activate``
36
37
This first one makes an isolated virtualenv environment in the
38
``myproject`` folder and the second command activates that isolated
0 commit comments