Merge "Fix to use "." to source script files"

This commit is contained in:
Zuul 2017-11-03 19:01:57 +00:00 committed by Gerrit Code Review
commit 7f53205e88
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: