Xcode CommandLineTools

OS :14.4.0 xcode version 2406 I installed CommandLineTolols by using below command xcode-select --install I checeked the installtion with xcode-select -p and got expecetd output /Library/Developer/CommandLineTools

now if I do this sudo xcode-select --switch /Library/Developer/CommandLineTools

there is no change in the promt % to $ which suppose to be happen. Am I right? I am now in mac world. How do I know CommandLineToos running? Please help

Replies

there is no change in the promt % to $ which suppose to be happen.

Are you expecting your shell prompt to change from % to $. If so, no, that’s going to happen.

The default prompt is typically controlled by your shell choice:

  • The original Unix shell and its descendents, including bash, use $.

  • C shell and its descendents use %. That includes zsh, which is has been the default shell on macOS for a while now.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"