Soy un novato de usuario de Mac. Puedo ver que hay gcc , git , etc. en la carpeta " /usr/bin ". Pero cuando quiero usarlos, aparece así:
MacBook-Pro:~ nan$ git
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
MacBook-Pro:~ nan$ gcc
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
¿Significa que debo instalar xcode para usar gcc o git , muchas gracias de antemano!