How to Install and Properly Set Up Python 3 - macOS Catalina or Big Sur

preview_player
Показать описание
In this video, I walk you through the process of installing Python 3 and properly setting it up so that it becomes the default instead of the System Python 2.

This video is for users with macOS Catalina or Big Sur.

Рекомендации по теме
Комментарии
Автор

I spent 5 HOURS scouring the internet trying to figure out how to make Python 3 the default in the terminal on my Mac and eventually just gave up. However, after following along with your video, I was finally able to get Python 3.9 as the default!! I look forward to watching the rest of the vids on your channel :)

madeleinezahn
Автор

thanks a ton, i search many web pages to get a solution but not a single one work you explain each and every step in detail

yashwantraut
Автор

Must say the most reliable and professional way of fixing that, been looking for a video like this for ages.
Thank you

wasiqsaeed
Автор

I have read so many articles and stockoverflow comments on how to do it for some reason only your video helped me thank you!

martinevtimov
Автор

Literally spent 3 hours the other day trying to get python 3 to work this video is amazing thankyou

RockxSolidxSam
Автор

Thanks so much, this video just saved me from day 2 of struggle to create a path for python3 on my mac!

Appsorwebs
Автор

I was lost and confused when I started searching for the solution on git and StackOverflow. Then I found your video. Thanks, man.

piyushramnani
Автор

Thank you so much! Finally managed to get the default to python 3 hopefully pip will work now once I reboot my machine

mayfairknights
Автор

Thank you so so so much, every single time im coding in python I would get extremely discouraged because packages would not download correctly but with your help it finally works!!! I have Python downloaded correctly for the first time. Thank you so much!!!

ForgedDimensions
Автор

Excellent video, thank you. Best of the many I searched through trying to accomplish this. I really appreciate you mentioning that the "rc" at the end of .zshrc means run config and showing the cat command to verify the file contents. As a second-year student who knows a ton of Linux commands and filesystem types but very little experience actually working within these files, examples and connections like those really help.

OceaniaFlight
Автор

Thank you so much for this video. So much easier to follow than any article or tutorial I've tried

Pizza-PizzaP
Автор

Thank you for this tutorial. I'm new with Mac and I didn't know how to do this. Really straightforward video and easy to understand

Автор

Thank you so much. I am just stating to learn programming don’t know anything. I was trying to find a solution to run Python through Atom but it kept showing Path error. Searched everywhere nothing worked. Followed all your steps along with the new path in the comments finally it worked.

THANK YOU

shibhuk
Автор

Thanks. Helped me get me Octoprint up and running.

derrickdouglass
Автор

Clear explanation and helpful. Python is finally working on my Mac! Much appreciated 👍🏻

ayshamaqsood
Автор

the best video I found after hours of searching! Thank you!!!!

mariamavagyan
Автор

This worked for me! I'm on OS X Catalina. Perhaps the most challenging part was switching the default shell from Bash to Zsh. It finally worked after checking these three (3) things:

1. run cmd in Terminal (chsh -s /bin/zsh)
2. System Preferences (users, right-click Adv settings, shell dropdown)
3. Terminal Preferences (general, default shell)
 see this forum for more help:

deniskomarov
Автор

For the M1 Macs there are few more steps to be done in terminal:
Run the commands in that order in terminal, you'll be editing the path and creating the missing .zshrc file, exporting the path to this new file.

cd /opt/homebrew/bin/

PATH=$PATH:/opt/homebrew/bin

cd

touch .zshrc

echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc

wanderborn.
Автор

Thanks for this video. right to the point, crystal clear explanation. I spent a long time on the internet before i found this

saleemahmed
Автор

you are truly a hero thank so much no other videos helped

juliadelorenzo