From 542fd7418e8687ea1ef7dfc3dc65b60dfd3e5042 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 2 Sep 2017 03:03:20 +0800 Subject: [PATCH] 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: I6dd25f000ceb6db2d3db3da8058516954bc9dc9d --- tools/install_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index e96521e..3cf8ffb 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -33,7 +33,7 @@ def print_help(venv, root): To activate the OpenStack virtualenv for the extent of your current shell session you can run: - $ source %s/bin/activate + $ . %s/bin/activate Or, if you prefer, you can run commands in the virtualenv on a case by case basis by running: