Skip to content

Commit

Permalink
venv activation single command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Kaufman committed Jan 1, 2024
1 parent d57c8d2 commit add6c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igz_files/igz_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e
# Override configs to avoid replacing the script multiple times
cat ./igz_config.sh > ./config.sh && . ./config.sh
pushd ./kubespray-$KUBESPRAY_VERSION && . ./venv/bin/activate && popd
. kubespray-$KUBESPRAY_VERSION/venv/bin/activate

BASEDIR="."
FILES_DIR=./files
Expand Down

0 comments on commit add6c9e

Please sign in to comment.