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

This commit is contained in:
Zuul
2017-11-29 23:19:19 +00:00
committed by Gerrit Code Review

View File

@@ -36,7 +36,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: