Skip to content

Commit 3fb6f8d

Browse files
committed
Update pip in the install script
1 parent 24718aa commit 3fb6f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/inst.sh

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ installpip() {
6666
./python.exe "$getpip/get-pip.py" --user
6767
fi
6868
fi
69+
# update to the latest pip
70+
./python.exe -m pip install --upgrade pip
71+
./python.exe -m pip install wheel
6972
}
7073

7174
# install pystartup.ms or adn-devtech-python-howtos (plugin package) for 2025

0 commit comments

Comments
 (0)