Skip to content

Commit e82dfc2

Browse files
correct venv activation instructions
1 parent 043fb6c commit e82dfc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guide.installation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ be located anywhere.
7979

8080
mkdir ~/.venv
8181
python3 -m virtualenv ~/.venv/autopilot
82-
source ~/
8382

8483
**With conda**::
8584

@@ -94,7 +93,7 @@ The virtual environment must be "activated" now and any time you work with autop
9493

9594
**With `virtualenv`**::
9695

97-
source ~/.venv/autopilot
96+
source ~/.venv/autopilot/bin/activate
9897

9998
**With conda**::
10099

0 commit comments

Comments
 (0)