3 Ways to Install Python 3 on Mac

preview_player
Показать описание
Learn how to install the latest version of Python 3 on macOS with brew, the official installer, and via Xcode Command Line Developer Tools.

Check out my vlog channel @TonyFlorida
#python #mac #python3
Рекомендации по теме
Комментарии
Автор

Great explanation. Thanks! I already have Python (two versions), one with Homebrew installed.

I want to install Thonny, an IDE for beginners, via Homebrew. But Thonny packages yet another version of Python with its installer. There is a minimal Thonny install but little to no documentation. For a newbie, I'd want to avoid this mess. My question is this: Do you know Thonny? Will a Homebrew install recognize that Python is already installed? If you have any insight, I'd be grateful.

mazal-bb
Автор

If I’m trying to move from an older version of Python3 to the newest version, let’s say 3.10 to 3.11, can you tell me how to delete the 3.10 version before installing 3.11?

Is it as simple as moving the 3.10 folder to the trash, or are there some hidden sym-links and other things in the background that need to be removed as well?

Thank you!

xderiwx