Ich bin ein Mac-Neuling. Ich kann sehen , es gibt gcc
, git
usw. in dem „ /usr/bin
“ -Ordner. Aber wenn ich sie verwenden möchte, sieht das so aus:
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.
Bedeutet es, dass ich installieren muss, um es xcode
zu benutzen gcc
oder git
, vielen Dank im Voraus!
/usr/bin/git
Aufrufe,xcode-select
die den Fehler geben,/usr/bin/git
nur ein Wrapper sein können, der aus installierten Entwicklertools-Versionen auswählt. Siehe Abschnitt