I am trying to uninstall xcode-select by removing its directory and all contents with;
sudo rm -rf /Library/Developer/CommandLineTools
However when after running the above command, I then run:
xcode-select -p
to verify that it's gone it reports back with the same original location;
/Library/Developer/CommandLineTools
I navigate via command line to the Developer folder and the CommandLineTools directory is no longer present. Also, when i run:
xcode-select --version
it still reports back with xcode-select version 2396
.
Are these perhaps just variables that need resetting after I've already deleted xcode-select, and or what other steps ought I to take to fully delete xcode-select and it's settings/associations from my system?