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:
melissaml 2017-08-29 00:24:16 +08:00
parent 0fb67d459b
commit 54f1b8b00b
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ Install virtualenv, create environment and activate it:
$ pip install virtualenv --user
$ virtualenv --system-site-packages env
$ source env/bin/activate
$ . env/bin/activate
Get Trove
---------

View File

@ -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: