Skip to content

Commit

Permalink
CST-10 znick#336 fixed deploy beta script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailyumanov committed Mar 11, 2021
1 parent 0e001a0 commit ae6ca56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy_local_beta/deploy_local_beta_python2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ 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"

virtualenv -p $ANYBETA_PYTHON_PATH $ANYBETA_VENV_NAME
. $ANYBETA_VENV_ACTIVATE

Expand Down

0 comments on commit ae6ca56

Please sign in to comment.