Update Mon May 9 10:30:27 PM CDT 2022
This commit is contained in:
parent
57e59e24ee
commit
28e7218c84
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue