From 419efdec1f8f6b95580750c684fa1050dd170a9b Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Wed, 27 Jan 2016 11:21:41 +0800 Subject: bugfix: prepare python venv JIRA: bugfix_python_env Change-Id: Ie7f3e295c7c283ff3e805bed13029174c2dda258 Signed-off-by: carey.xu --- deploy.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 95c3276d..8e05a8e2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -8,9 +8,4 @@ if [[ -z $DEPLOY_COMPASS && -z $DEPLOY_HOST && -z $REDEPLOY_HOST ]]; then export DEPLOY_HOST="true" fi -sudo apt-get install -y --force-yes python-pip -sudo pip install --upgrade pip -sudo pip install --upgrade cheetah -sudo pip install --upgrade pyyaml - $COMPASS_DIR/deploy/launch.sh $* -- cgit 1.2.3-korg