From: Alfredo Deza Date: Mon, 4 Jan 2016 15:11:16 +0000 (-0500) Subject: make sure that venv is always removed prior to creating it X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F272%2Fhead;p=ceph-build.git make sure that venv is always removed prior to creating it Signed-off-by: Alfredo Deza --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 105a5460..2abf4cc1 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -14,6 +14,7 @@ install_python_packages () { # install_python_packages "to_install[@]" # Create the virtualenv + rm -rf "$WORKSPACE/venv" virtualenv $WORKSPACE/venv # Define and ensure the PIP cache