House Brew 설치 파이썬 3.6.5_1 사용법


3

다음을 실행하여 Homebrew를 사용하여 python 3.6.5_1을 설치하려고합니다.

$ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb

다음과 같은 오류가 발생합니다.

Error: python contains a recursive dependency on itself: python depends on sphinx-doc sphinx-doc depends on python

어떻게 처리합니까?


답변:


3

당신은 사용할 수 있습니다 --ignore-dependencies:

brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.