This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# pipUpgrade script to install multiple python package updates at once | |
# Compatible/tested with msys2 on Windows / Linux | |
#---------- | |
# If you want to use this script in ConEmu with cmd, follow these steps (assuming both msys2 and python are already installed) | |
# a. Add a MSYS_HOME env variable pointing to C:\MSYS2_INSTALL_DIR\usr | |
# b. Add 'alias pipUpgrade=%MSYS_HOME%\bin\sh "C:\path\to\pipUpgrade.sh" $1 $2 $3' to Settings/Startup/Environment (without single quotation marks) | |
# c. Uncomment the following line | |
#PATH=$PATH:$MSYS_HOME\\bin | |
# d. Within ConEmu with the cmd shell, simply run 'pipUpgrade' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fe3cr.delivery.mp.microsoft.com | |
fe2cr.update.microsoft.com |