diff options
Diffstat (limited to 'tools/install_venv.py')
-rwxr-xr-x | tools/install_venv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 04e174b1..f5331071 100755 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -126,7 +126,7 @@ def print_help(): To activate the Trove virtualenv for the extent of your current shell session you can run: - $ source .venv/bin/activate + $ . .venv/bin/activate Or, if you prefer, you can run commands in the virtualenv on a case by case basis by running: |