반응형
어떤 이유로 'brew link python'을 실행할 때 심볼릭 링크가 없습니다. 다음과 같은 오류가 발생하고 지시 사항을 수행하지만 작동하지 않습니다. 나는 그것이 나에게 지시하는 것을 시도했지만 아마도 formula_name을 올바르게 입력하지 않았을 것입니다. 또한 'which python'을 할 때 Homebrew python을 가리 키지 않으며이를 수정하는 데 도움이 필요합니다.
Linking /usr/local/Cellar/python/2.7.3...Warning: Could not link python.
Unlinking....
Error: Could not symlink file: /usr/local/Cellar/python/2.7.3/bin/smtpd.py
Target /usr/local/bin/smtpd2.py already exists. You may need to delete it.
To force the link and delete this file, do:
brew link --overwrite formula_name
해결 방법
brew link --overwrite python
을 사용해 보셨습니까?
참조 페이지 https://stackoverflow.com/questions/13354207
반응형
'파이썬' 카테고리의 다른 글
파이썬 소수를 나열하는 Python 라이브러리가 있습니까? (0) | 2021.02.02 |
---|---|
파이썬 Compare strings based on alphabetical ordering (0) | 2021.02.02 |
파이썬 TypeError : 목록 인덱스는 부동 소수점이 아닌 정수 여야합니다. (0) | 2021.02.02 |
파이썬 matplotlib에 선 스타일 목록이 있습니까? (0) | 2021.02.02 |
파이썬 Is there a Python module for converting RTF to plain text? (0) | 2021.02.02 |
댓글