summaryrefslogtreecommitdiffstats
path: root/compass-tasks-base/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compass-tasks-base/build.sh')
-rwxr-xr-xcompass-tasks-base/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/compass-tasks-base/build.sh b/compass-tasks-base/build.sh
index 20fa79e..6071734 100755
--- a/compass-tasks-base/build.sh
+++ b/compass-tasks-base/build.sh
@@ -36,12 +36,13 @@ echo "UserKnownHostsFile /dev/null" >> /root/.ssh/config;
echo "StrictHostKeyChecking no" >> /root/.ssh/config
easy_install --upgrade pip
-pip install --upgrade pip
+pip install --upgrade pip==9.0.1
pip install --upgrade setuptools
pip install --upgrade Flask
pip install --upgrade virtualenvwrapper
source `which virtualenvwrapper.sh`
+echo "source /usr/bin/virtualenvwrapper.sh" >> ~/.bashrc
mkvirtualenv --system-site-packages compass-core
workon compass-core
cd $COMPASS_DIR