반응형
나는 거래가 무엇인지 모르지만 아무데도 가지 않는 스택 오버플로 솔루션을 따르고 있습니다. 제발 도와 주 시겠어요?
Monas-MacBook-Pro:CS764 mona$ sudo python get-pip.py
The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
/tmp/tmpbSjX8k/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
Collecting pip
Downloading pip-7.1.0-py2.py3-none-any.whl (1.1MB)
100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 1.1MB 181kB/s
Installing collected packages: pip
Found existing installation: pip 1.4.1
Uninstalling pip-1.4.1:
Successfully uninstalled pip-1.4.1
Successfully installed pip-7.1.0
Monas-MacBook-Pro:CS764 mona$ pip --version
-bash: /usr/local/bin/pip: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory
해결 방법
home-brew를 사용하여 OS X 10.10에 2.7을 설치했는데 새 설치에 sym 링크가 없습니다. 나는 달렸다
brew link --overwrite python
참조 페이지 https://stackoverflow.com/questions/31768128
반응형
'파이썬' 카테고리의 다른 글
파이썬 Seaborn에서 막대 위에 백분율을 추가하는 방법은 무엇입니까? (0) | 2020.11.20 |
---|---|
파이썬 Pillow에서 열린 이미지를 닫으려면 어떻게하나요? (0) | 2020.11.20 |
파이썬 수명이있는 Python 인 메모리 캐시 (0) | 2020.11.20 |
파이썬 Python : 색인 세트를 기반으로 목록에서 하위 집합 선택 (0) | 2020.11.20 |
파이썬 'MyClass'개체에 '__getitem__'속성이 없습니다. (0) | 2020.11.20 |
댓글