TensorFlow
Mac CommandLineTools 설치와 오류 해결 방법 – xcode-select: error: command line tools are already installed, use “Software Update” to install updates
LEEHANDS
2022. 3. 21. 18:10
반응형
기존에 설치된 커맨드툴을 지우고 다시 설치하면 된다.
간단하쥬
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
반응형