728x90
반응형
본 방법은 우분투가 업그레이드 됨에 따라 적용할 수 없을 수도 있음
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 2
# display current setting
sudo update-alternatives --display python
sudo update-alternatives --display pip
# clear wrong setting
sudo update-alternatives --remove-all python
sudo update-alternatives --remove-all pip
728x90
반응형
'Python' 카테고리의 다른 글
python input key example (0) | 2021.10.03 |
---|---|
python 컴포넌트를 pip로 손쉽게 업그레이드 (0) | 2018.12.29 |
헬로우 큐트 포 파이썬 (Hello Qt for Python) (0) | 2018.05.19 |
Windows 10에서 PyQt5와 eric6 IDE 설치 및 설정 가이드 (0) | 2018.02.28 |
Camel case를 Snake case로 변환 (0) | 2018.02.20 |