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
This commit is contained in:
parent
0fb67d459b
commit
54f1b8b00b
@ -120,7 +120,7 @@ Install virtualenv, create environment and activate it:
|
|||||||
|
|
||||||
$ pip install virtualenv --user
|
$ pip install virtualenv --user
|
||||||
$ virtualenv --system-site-packages env
|
$ virtualenv --system-site-packages env
|
||||||
$ source env/bin/activate
|
$ . env/bin/activate
|
||||||
|
|
||||||
Get Trove
|
Get Trove
|
||||||
---------
|
---------
|
||||||
|
@ -126,7 +126,7 @@ def print_help():
|
|||||||
To activate the Trove virtualenv for the extent of your current shell
|
To activate the Trove virtualenv for the extent of your current shell
|
||||||
session you can run:
|
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
|
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