Answers for "install xcode command line tools without brew"

1

install xcode tools using brew

xcode-select --install
Posted by: Guest on December-23-2020
1

Installing Command line tools for Xcode via CLI

Code Block sudo xcode-select --switch /Applications/Xcode-beta.appsudo xcode-select --install
Posted by: Guest on April-22-2021

Code answers related to "install xcode command line tools without brew"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language