[Colab] Python version 변경

JAsmine_log·2024년 7월 31일
0

Colab

Python 버전 변경

버전 확인

!python --version

버전 변경(특정 버전 지정)

  • 5분이상 소요될 수도 있다, 저는 7분정도 오래 걸렸습니다;
!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

profile
Everyday Research & Development

0개의 댓글