Merge "Fix to use "." to source script files"

This commit is contained in:
Jenkins
2017-09-01 10:59:23 +00:00
committed by Gerrit Code Review

View File

@@ -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