Search code examples
macosterminalhomebrew

command line tools are already installed, use "Software Update" to install updates?


I'm getting the error you see below:

    xcode-select: error: command line tools are already installed, use "Software Update" to install updates
    Name@Name-MBP SignUpFlowFanclub % Software Update
    zsh: command not found: Software
    Name@Name-MBP SignUpFlowFanclub % 

This error is coming up as I try and install stripe CLI.


Solution

  • you need to update Xcode. You try softwareupdate --install -a,

    if you have problem, use this: xcode-select --install.