diff --git a/resources/toolchains-alpine3-stable.yaml b/resources/toolchains-alpine3-stable.yaml index abb61e01..ab98bcdb 100644 --- a/resources/toolchains-alpine3-stable.yaml +++ b/resources/toolchains-alpine3-stable.yaml @@ -75,9 +75,9 @@ python: friendlyLabel: true '3.11': |- set +x - python3.11 -m venv /tmp/venv3.10 - echo "$ source \"/tmp/venv3.10/bin/activate\"" - source "/tmp/venv3.10/bin/activate" + python3.11 -m venv /tmp/venv3.11 + echo "$ source \"/tmp/venv3.11/bin/activate\"" + source "/tmp/venv3.11/bin/activate" set -x python --version pip --version