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: I4a9faa3aa3fe8215c6aee957e043d12beff4a4e3
This commit is contained in:
parent
1fe64928e1
commit
fafc527761
@ -33,7 +33,7 @@ def print_help(venv, root):
|
|||||||
To activate the OpenStack virtualenv for the extent of your current shell
|
To activate the OpenStack virtualenv for the extent of your current shell
|
||||||
session you can run:
|
session you can run:
|
||||||
|
|
||||||
$ source %s/bin/activate
|
$ . %s/bin/activate
|
||||||
|
|
||||||
Or, if you prefer, you can run commands in the virtualenv on a case by case
|
Or, if you prefer, you can run commands in the virtualenv on a case by case
|
||||||
basis by running:
|
basis by running:
|
||||||
|
Loading…
Reference in New Issue
Block a user