summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-03 19:01:57 +0000
committerGerrit Code Review <review@openstack.org>2017-11-03 19:01:57 +0000
commit7f53205e881045abda15c4ec66c1c6b599bc7572 (patch)
treeb483875241463409a880babbdd237b3146602aa7 /tools
parentaf4c0a5ae6f9d93bbcff129fb873c6335c6988e9 (diff)
parent54f1b8b00baf04eccf150769b8500e6442fb81fe (diff)
downloadtrove-7f53205e881045abda15c4ec66c1c6b599bc7572.tar.gz
Merge "Fix to use "." to source script files"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_venv.py2
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: