Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 468 Bytes

File metadata and controls

35 lines (22 loc) · 468 Bytes

Setup for macOS

One time setup on macOS

Scripts are bash

Xcode / Compilers

Install Command Line Tools (CLT) for Xcode:

xcode-select --install

Homebrew

Install Homebrew:

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

bash 5

brew install bash

pyenv

Install Python version manager pyenv

brew install pyenv