xcode cli does not install to /Library/Developer/CommandLineTools
On a newly formatted system with Ventura 13.5.1. When I run
xcode-select --install
everything looks fine and it goes through the install process without any errors. However, after install there is nothing in /Library/Developer, in fact, there isn't a Developer folder. No idea where it installs to. I tried install it by downloading the .dmg file from Apple and same results. When I go into software update, it does have an update for CLI but again, after installing, still nothing in /Library/Developer/CommandLineTools and the update is still there. I'm not sure where to find where the cli was installed to? This is also causing Homebrew install to fail b/c it wants the cli in /Library/Developer/CommandLineTools and it fails when it tries to switch to that dir. I also tried installing Xcode itself, that got me the tools like git but again, Homebrew install fails b/c there's still nothing in /Library/Developer/CommandLineTools. Any suggestions?