We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989845 commit 994a7d5Copy full SHA for 994a7d5
src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh
@@ -17,7 +17,7 @@ setupVenv(){
17
# create new venv
18
python"${PYTHON_VERSION}" -m venv azEnv
19
source azEnv/bin/activate
20
- python -m pip install -U pip
+ python -m pip install pip==25.2 # fix to 25.2 to avoid the "No module named 'azure.cli.__main__'" issue with pip 25.3+
21
}
22
23
# need to be executed in a venv
0 commit comments