Use Python3 Scripts for Newer Operating Systems

This commit is contained in:
earnolmartin 2023-08-09 11:53:52 -06:00
parent 2d8fe68344
commit fb4acf472b
2 changed files with 4 additions and 0 deletions

View file

@ -3398,6 +3398,8 @@ function installPipManuallyIfNeeded(){
aptgetInstall "python3-mysqldb"
aptgetInstall "python3-chardet"
aptgetInstall "python3-requests"
ln -s "/usr/bin/python3" "/usr/bin/python"
else
aptgetInstall "python-pip"

View file

@ -3060,6 +3060,8 @@ function installPipManuallyIfNeeded(){
aptgetInstall "python3-mysqldb"
aptgetInstall "python3-chardet"
aptgetInstall "python3-requests"
ln -s "/usr/bin/python3" "/usr/bin/python"
else
aptgetInstall "python-pip"