파이썬 버전확인
python -V
파이썬 위치확인
which python
파이썬이 가르키는 파일 확인
ls -al /usr/bin/python
다양한 버전의 파이썬 실행파일 확인
ls /usr/bin/ | grep python
파이썬 버전 등록 및 변경
update-alternatives --config python
update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
update-alternatives --config python
python --version
ls -al /usr/bin/python
ls -al /etc/alternatives/python
반응형
'프로그래밍 언어 > Linux' 카테고리의 다른 글
VDI VHD VMDK 파일의 차이점 (0) | 2022.01.04 |
---|---|
우분투 콘솔에서 한글 깨짐 (0) | 2021.11.30 |
bash: !bash: event not found (0) | 2021.11.17 |
iptable 명령어 (0) | 2021.11.03 |
우분투 apt-get install 중 404 Not Found (0) | 2021.10.22 |