본문 바로가기

카테고리 없음

[MAC] 'xcrun: error: invalid active developer path' 해결 방법

반응형

pyenv로 파이썬 가상환경 구성 하려고 했더니 갑자기 개발도구 에러를 뱉는다...

 

찾아보니 xcode 이슈로 MAC OS 업데이트 후에 자주 발생하는 에러였음

 

에러메시지 :

pyenv install 3.9.10 

BUILD FAILED (OS X 12.4 using python-build 20180424)

configure: error: in `/var/folders/sq/bdth820s0_b4767kkcxh95gc0000gn/T/python-build.20220722160108.80622/Python-3.9.10':
configure: error: C compiler cannot create executables
See `config.log' for more details
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

 

 

xcode 설치 :

 

xcode-select --install

 

설치시작

 

처음에는 60시간 이렇게 걸린다더니 금방 10분 이내로 바뀜 휴

 

설치완료!!

 

반응형