How to Install Python on MacOS

Publié le: 18 février 2023
sur la chaîne: Coding Xpertz
38
0

Install Python and PyCharm on MacOS
I show in this video how to install both Python 3 as well as Pycharm on MacOS. I’m using the
free Community version of PyCharm. This course doesn’t require you to use PyCharm however.
Feel free to use any IDE.
Installation Steps
Verify Python Version Installed
1. We’ll need the Terminal application
2. Open your Applications folder
3. Open the Utilities folder
4. Double click to open the Terminal application
5. Type python -v in the Terminal program and if Python version 2.7 is installed you’ll need to
install Python 3
6. Type quit() to exit Python in your Terminal
Install Xcode
1. You’ll need to open up your App Store to install Xcode if you don’t have it
2. Search for Xcode and click Install or Update
3. After Xcode installs open your Terminal
4. You need to type Xcode-select — install to install the Command Line Tools
Install Homebrew
1. Go to brew.sh
2. Copy the command that starts with /usr/bin/ruby… (Get all the Code)
3. Open your Terminal and paste that command in
Update your Bash Profile
1. Open your users folder
2. Click the following keys at the same time command + Shift + .
3. This displays hidden files
4. Open .bash_profile
5. Put the following line in that file and save the .bash_profile file
1. Export PATH=“/usr/local/opt/python/libexec/bin:$PATH”
6. Click command + Shift + . To hide hidden files


Sur cette page du site, vous pouvez voir la vidéo en ligne How to Install Python on MacOS durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Coding Xpertz 18 février 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 38 fois et il a aimé 0 téléspectateurs. Bon visionnage!