Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 371
NCT 127 Avatar asked Jan 25 '23 10:01

NCT 127


1 Answers

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

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

like image 133
EliaTolin Avatar answered May 19 '23 02:05

EliaTolin