diff --git a/deploy_local_beta/cleanup.sh b/deploy_local_beta/cleanup.sh index cedb72208..945e2e0a0 100644 --- a/deploy_local_beta/cleanup.sh +++ b/deploy_local_beta/cleanup.sh @@ -21,7 +21,7 @@ done # CLEANUP ######### -# TODO: cleanup django project +deactivate if test $ANYBETA_SAVE_VENV -eq 0 then diff --git a/deploy_local_beta/deploy_local_beta_python2.sh b/deploy_local_beta/deploy_local_beta_python2.sh index 2c9df50ec..706368913 100644 --- a/deploy_local_beta/deploy_local_beta_python2.sh +++ b/deploy_local_beta/deploy_local_beta_python2.sh @@ -12,12 +12,6 @@ else #SETUP VIRTUALENV ################# -if test -e $ANYBETA_VENV_DIR -then - ANYBETA_report "Remove old virtualenv" - rm -r $ANYBETA_VENV_DIR -fi - ANYBETA_report ANYBETA_report "Enable virtualenv"