Update Mon May 9 10:30:27 PM CDT 2022

This commit is contained in:
Dewalt 2022-05-09 22:30:27 -05:00
parent 57e59e24ee
commit 28e7218c84
1 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ fix_python39 () {
echo -e "\n $greenplus Re-Symlinking /bin/python3.9 to /bin/python3" echo -e "\n $greenplus Re-Symlinking /bin/python3.9 to /bin/python3"
ln -sf /bin/python3.9 /bin/python3 ln -sf /bin/python3.9 /bin/python3
echo -e "\n It is highly advised to add the following to your .bashrc or .zshrc" echo -e "\n It is highly advised to add the following to your .bashrc or .zshrc"
echo -e " export PYTHONWARNINGS=\"ignore\" " echo -e " export PYTHONWARNINGS=ignore"
else else
echo -e "\n $greenminus Python 3.10 not detected" echo -e "\n $greenminus Python 3.10 not detected"
fi fi