Curl Script won't initiate due to failed dependencies check

Hello,

Having an issue where the Core curl script keeps finding the wrong Python installation. I originally had Python 3.5.x installed, so I updated the default Python (for both python and python3) to Python 3.8.

raspi

Even though my python has been updated, the script keeps kicking me out stating that I need a higher version.

What do I need to do to allow this curl script to keep going? I modified the .bashrc file to point to the new python version, but the script keeps finding the wrong version.

Hi,

Did you update the Python version for root user as well? Make sure to update the python version within the root user as the install script runs the commands with the root user.

Just verified the root user is updated as well, still not working unfortunately. Any advice you can give is great!

Issue seemed to have lied with bad links with python in usr/bin/.

My fix involved the following.
sudo rm python
sudo ln -s /usr/local/bin/python3.8 python

Hope this helps someone else.

Nevermind still having issues please assist.