Skip to content

Commit 4ab39ce

Browse files
committed
always force a reinstall as pyenv versions are getting removed everytime
1 parent 4c3c21e commit 4ab39ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/dev/configure_container_auth.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ source scripts/funcs/checks
88
source scripts/funcs/printing
99
source scripts/funcs/kubernetes
1010

11+
# Activate venv if it exists (needed for AWS CLI on IBM architectures)
12+
if [[ -f "${PROJECT_DIR}/venv/bin/activate" ]]; then
13+
source "${PROJECT_DIR}/venv/bin/activate"
14+
fi
15+
1116
CONTAINER_RUNTIME="${CONTAINER_RUNTIME-"docker"}"
1217

1318
setup_validate_container_runtime() {

0 commit comments

Comments
 (0)