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: I7af83fdfd7ebaa6e454fde768b278e9b10d27914
This commit is contained in:
parent
f799ef1389
commit
2a0ea35390
@ -41,7 +41,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:
|
||||
|
Loading…
Reference in New Issue
Block a user