From acec0460a02bb341696118ee267cc5d95fd745df Mon Sep 17 00:00:00 2001 From: chao liu Date: Sat, 26 Aug 2017 18:24:51 -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: I2b87922913299aba691d1b1183ce108a74025369 --- doc/source/contributor/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/dev.rst b/doc/source/contributor/dev.rst index 97b73737c..7da9b524d 100644 --- a/doc/source/contributor/dev.rst +++ b/doc/source/contributor/dev.rst @@ -56,7 +56,7 @@ installed as well. # Create and activate a virtual environment virtualenv .barbicanenv - source .barbicanenv/bin/activate + . .barbicanenv/bin/activate # Install barbican in development mode pip install -e $PWD