简体   繁体   中英

How to install python3 on Mac

Hey guys so I'm new to downloading stuff like this but I really need help on how I can download python3 on my Mac, so I downloaded the Xcode from my App Store,and I've been trying to install the python3 on my MacBook Air from my terminal but all I get is command not found enter image description here

install home brew

install python by brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install python

here is detail link

https://docs.python-guide.org/starting/install3/osx/

Follow this link to download the latest version of python. Download the.PKG file and install.

Please check if python3 is installed or not using the python3 --version command in the terminal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM