From 7b5f20a31ca0e9e7031b827fa3a003bf5a0b4c02 Mon Sep 17 00:00:00 2001 From: Chhatoi Pritam Baral Date: Wed, 28 Oct 2015 04:03:44 +0530 Subject: [PATCH] Make message printed after bootstrap slightly less confusing --- bootstrap/dev/_venv_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/dev/_venv_common.sh b/bootstrap/dev/_venv_common.sh index 2d84dc39b..d07f38ed8 100755 --- a/bootstrap/dev/_venv_common.sh +++ b/bootstrap/dev/_venv_common.sh @@ -21,5 +21,6 @@ pip install -U setuptools pip install -U pip pip install "$@" +set +x echo "Please run the following command to activate developer environment:" echo "source $VENV_NAME/bin/activate"