From 06f8697f71f1af29b95ea1303ecc7a1ef75154c1 Mon Sep 17 00:00:00 2001 From: melissaml Date: Tue, 29 Aug 2017 01:25:43 +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: I6b90c60efd24d7c204ecbb7b197c2ec6c6daf97f --- 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 f8fb8fa29..dbd266ebe 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -39,7 +39,7 @@ def print_help(): To activate the Neutron 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: