From 581ed1b39ff88d5780e181600f296ce8a9b35a24 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Wed, 22 Nov 2017 13:18:11 +0700 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: I65e0eea36f3cb3d8d33a059e1538bf0579ca7cdd --- 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 468d1134d..f10293ba8 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -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: