diff options
author | carey.xu <carey.xuhan@huawei.com> | 2016-01-27 11:21:41 +0800 |
---|---|---|
committer | carey xu <carey.xuhan@huawei.com> | 2016-01-27 03:29:08 +0000 |
commit | ea87da8bdf478253bcbb6dc1ab1a5b8d2e17e613 (patch) | |
tree | 50c35ffe4d399ac90f0cdb8826112eb6767f56f5 /deploy.sh | |
parent | a9dc63004652d5ea7fa57714d06cfb1b6a9586e2 (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-x | deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 $* |