Hello Glad I found this Since python are automatically installed on Mac. I just downloaded the latest version and I want to link it together with the original installed python on Mac but seems to be having issues with folders or path. I first checked on my original python version Python -version which gives me 2.7.16 And after the new version, I continued it was installed using Python3 -version which gives me 3.13. Now the problem is that anytime I call on python i want it to use the python 3 Something like this Python=python3 But I can’t locate the folder or the command Pls help 😢
Sounds like you need to change the order in your PATH variable. I believe whatever comes first will be ran. So make sure python3 is above python version 2.
thank you! so straightforward and simple (:
Glad I could help! 😃
I was struggling to install, thank you for explaining IDLE!! I thought my mac was broken LOL
such easy steps to follows...thanks!
😃
tysm!! thats so useful for me
Sweet! Thanks for watching
Thank u, it was useful
😃
Thank you for your video
Thanks for watching!
youre a legend
Tysm!
Cheers Mate!
Glad it was helpful! 😀
when i enter python3 --version i dont get the same result as you
What do you get? If it's a different version that's because the version downloaded in the video is probably not the latest python version now
Hello
Glad I found this
Since python are automatically installed on Mac. I just downloaded the latest version and I want to link it together with the original installed python on Mac but seems to be having issues with folders or path.
I first checked on my original python version
Python -version which gives me 2.7.16
And after the new version, I continued it was installed using
Python3 -version which gives me 3.13.
Now the problem is that anytime I call on python i want it to use the python 3
Something like this
Python=python3
But I can’t locate the folder or the command
Pls help 😢
Sounds like you need to change the order in your PATH variable. I believe whatever comes first will be ran. So make sure python3 is above python version 2.
@@WittCode I don’t understand
Pyenv 👌🏼
🐍