summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-03 19:01:57 +0000
committerGerrit Code Review <review@openstack.org>2017-11-03 19:01:57 +0000
commit7f53205e881045abda15c4ec66c1c6b599bc7572 (patch)
treeb483875241463409a880babbdd237b3146602aa7
parentaf4c0a5ae6f9d93bbcff129fb873c6335c6988e9 (diff)
parent54f1b8b00baf04eccf150769b8500e6442fb81fe (diff)
downloadtrove-7f53205e881045abda15c4ec66c1c6b599bc7572.tar.gz
Merge "Fix to use "." to source script files"
-rw-r--r--doc/source/install/manual_install.rst2
-rwxr-xr-xtools/install_venv.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install/manual_install.rst b/doc/source/install/manual_install.rst
index 18d8c68a..18b800cd 100644
--- a/doc/source/install/manual_install.rst
+++ b/doc/source/install/manual_install.rst
@@ -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
---------
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 04e174b1..f5331071 100755
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -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: