Guide to install GIT on MAC.
- Objectives:
-
- Install GIT on MAC
- Setup python script for pip install capability
-
- Required Tools:
- Steps:
-
- brew install git
- If have error: Need update Xcode before install via homebrew if os was upgraded.
- sudo xcode-select — install
-
sudo xcode-select –switch /Library/Developer/CommandLineTools/
-
Further notes