아래 에러 해결 방법
Traceback (most recent call last): File "/usr/bin/pip3", line 11, in <module> sys.exit(main()) File "/home/changwoolee/.local/lib/python3.5/site-packages/pip/__init__.py", line 16, in main from pip._internal.utils.entrypoints import _wrapper File "/home/changwoolee/.local/lib/python3.5/site-packages/pip/_internal/utils/entrypoints.py", line 3, in <module> from pip._internal.cli.main import main File "/home/changwoolee/.local/lib/python3.5/site-packages/pip/_internal/cli/main.py", line 60 sys.stderr.write(f"ERROR: {exc}") ^ |
wget bootstrap.pypa.io/pip/3.5/get-pip.py
python3 get-pip.py
'Python3' 카테고리의 다른 글
[PySpark] 문법 예제 : filter, where (0) | 2021.05.02 |
---|---|
[IPython] Jupyter Notebook 에서 tab 자동완성이 안 먹히는 경우 해결했던 방법 (0) | 2021.04.27 |
[Python3] 객체와 인스턴스의 차이 (0) | 2021.04.26 |
[Python3] 값에 따라 객체가 정해진다?? (0) | 2021.04.26 |
[Python3] pyspark 를 jupyter notebook, python3 에서 실행하기 (0) | 2021.03.30 |