summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-29 23:19:19 +0000
committerGerrit Code Review <review@openstack.org>2017-11-29 23:19:19 +0000
commit1f61e3c9c6ce1f598cb8c589e8ff1fcda2be990e (patch)
treeb9b175f62d3939d0446ff176e62d710381ddeeee
parent9bbd65f19133f2d088641c45326feb2a4e604cfb (diff)
parent581ed1b39ff88d5780e181600f296ce8a9b35a24 (diff)
downloadpython-cinderclient-1f61e3c9c6ce1f598cb8c589e8ff1fcda2be990e.tar.gz
Merge "Fix to use "." to source script files"
-rw-r--r--tools/install_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 468d113..f10293b 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -36,7 +36,7 @@ def print_help(project, venv, root):
To activate the %(project)s virtualenv for the extent of your current
shell session you can run:
- $ source %(venv)s/bin/activate
+ $ . %(venv)s/bin/activate
Or, if you prefer, you can run commands in the virtualenv on a case by
case basis by running: