버전 확인
!python --version
버전 변경(특정 버전 지정)
!wget https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz
!tar xvfz Python-3.10.14.tgz
!Python-3.10.14/configure
!make
!sudo make install
새로운 버전 확인
!python --version
Reference
[1] https://wooono.tistory.com/478