We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043fb6c commit e82dfc2Copy full SHA for e82dfc2
docs/guide.installation.rst
@@ -79,7 +79,6 @@ be located anywhere.
79
80
mkdir ~/.venv
81
python3 -m virtualenv ~/.venv/autopilot
82
- source ~/
83
84
**With conda**::
85
@@ -94,7 +93,7 @@ The virtual environment must be "activated" now and any time you work with autop
94
93
95
**With `virtualenv`**::
96
97
- source ~/.venv/autopilot
+ source ~/.venv/autopilot/bin/activate
98
99
100
0 commit comments