summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2017-08-29 00:24:16 +0800
committermelissaml <ma.lei@99cloud.net>2017-08-29 00:25:50 +0800
commit54f1b8b00baf04eccf150769b8500e6442fb81fe (patch)
treebe7b3b5b82c294c935ca95fcc81e6c4c34a75432 /tools
parent0fb67d459baa0fb22391b1b1da3dba5349666bb7 (diff)
downloadtrove-54f1b8b00baf04eccf150769b8500e6442fb81fe.tar.gz
Fix to use "." to source script files
Adhering to coding conventions. Refer to ``Code conventions`` at https://docs.openstack.org/contributor-guide/ for details. Change-Id: If19a4335c23a98a5bb94db9595a277de6ea7f516
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: