맥 업데이트 후 파이썬 버전을 확인하려고 했는데 파이썬 명령어가 실행이 안되는 것이다.
zshrc에 경로를 설정해주고 source 명령어를 사용하는데
[oh-my-zsh] Can't update: not a git repository.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
위와 같은 경로 오류들이 발생하였고 source 명령어 뿐만이 아니라 git, make, gcc등의 명령어들도 인식되지 않고 같은 오류가 발생했다.
찾아보니 맥 업데이트 후에는 맥이 CommandLineTools를 식별하지 못하게 되서 발생하는 문제였다.
간단하게 xcode를 다시 설치해주니 모든 오류들이 해결 되었다!
xcode-select --install
'Study' 카테고리의 다른 글
맥 PyTorch 다운로드, ERROR: Could not find a version that satisfies the requirement torch (from versions: none) 에러 해결 (0) | 2022.11.17 |
---|---|
[Python] 맥 파이썬 경로 설정하기 (0) | 2022.11.16 |
vscode에서 solidity 버전 변경하기 (0) | 2022.04.22 |
코어 이더리움 프로그래밍 (1) (0) | 2022.03.07 |
[typescript] import type error ts1005 '=' expected (0) | 2022.01.12 |