I've also tried adding Python 3 to my PATH. I opened the .bash_profile using TextEdit; then I added #Add Python 3.10 to PATH PATH="/usr/local/bin/python3.10/bin:${PATH}" export PATH Then I restarted the terminal & checked the path, but it was the same as before! % echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin And similarly, running % python gave "WARNING: Python 2.7 is not recommended ... etc etc." Hopefully someone could help me out, as I'm new to coding :)
Thank you