Created
April 10, 2020 00:55
-
-
Save mingliangguo/57130322425cd2bb1aca2863256fc48c to your computer and use it in GitHub Desktop.
install xcode-commandline in Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# remove current installed xcode developer tool (/Library/Developer/CommandLineTools) | |
sudo rm -rf $(xcode-select -print-path) | |
# install xcode-select | |
xcode-select --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment