aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2016-01-27 11:21:41 +0800
committercarey xu <carey.xuhan@huawei.com>2016-01-27 03:29:08 +0000
commitea87da8bdf478253bcbb6dc1ab1a5b8d2e17e613 (patch)
tree50c35ffe4d399ac90f0cdb8826112eb6767f56f5 /deploy.sh
parenta9dc63004652d5ea7fa57714d06cfb1b6a9586e2 (diff)
bugfix: prepare python venv
JIRA: bugfix_python_env Change-Id: Ie7f3e295c7c283ff3e805bed13029174c2dda258 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 0 insertions, 5 deletions
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 $*