Ruby 설치 오류
                                            
                                                
                                                
                                                
                                                
                                                
                                                 1319 단어  Ruby
                    
나는 rails 강좌로 로컬 환경을 구축하고 싶었지만 루비의 설치에 빠져서 잊어버렸다
$ rbenv install 2.6.3상술한 명령에 다음과 같은 오류가 발생하였다.xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
configure: error: clang version 3.0 or later is required
다음 명령을 실행하여 xcode를 설치한 후 루비를 안전하게 설치합니다
$ rbenv install 2.6.3
ruby-build: use openssl from homebrew
Downloading ruby-2.6.3.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2
Installing ruby-2.6.3...
ruby-build: use readline from homebrew
Installed ruby-2.6.3 to /Users/name/.rbenv/versions/2.6.3
rails 환경 구축 추진!
다음은 저의 참고입니다.고마워요
 
    
 https://qiita.com/nishina555/items/e23d73067a5cac182a63
Reference
이 문제에 관하여(Ruby 설치 오류), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/bbln/items/f5ca18389df851f9fd66텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)