python 버전 변경법입니다.
centos7 기준입니다.
yum install -y python3
ls /bin | grep python
update-alternatives --config python
update-alternatives --install /bin/python python /bin/python2.7 1
update-alternatives --install /bin/python python /bin/python3.6 2
update-alternatives --config python
2 누르고 엔터
vi /usr/bin/yum
vi /usr/libexec/urlgrabber-ext-down
위 두 파일의 맨 첫 줄의
!# /usr/bin/python -> !# /usr/bin/python2로 변경
* 위 두 파일을 수정하지 않으면 yum이 동작하지않음.
반응형
'Linux' 카테고리의 다른 글
centos linux java 환경변수설정 (0) | 2023.07.24 |
---|---|
centos linux ntp enable (0) | 2023.07.24 |
centos linux 파일 퍼미션권한 변경 및 부여 (0) | 2023.07.18 |
centos linux 자주 쓰는 명령어 정리 (0) | 2023.07.18 |
centos linux 고정 IP 설정 (0) | 2023.07.18 |