First you need to install Xcode. If not yet done, please do it now to pretend that you are a professional coder.
Then we open the terminal in your MacBook.
The following command will install the command line tools on your MacBook:
xcode-select --install
Next we will install Homebrew as follows:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
If needed, you could update your PATH:
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
To finish you can either install Python 2 or Python 3. To be fun, I install both:
brew install python3 brew install python
Aucun commentaire:
Enregistrer un commentaire