Skip to content

Instantly share code, notes, and snippets.

@RyanKor
Created September 12, 2021 16:17
Show Gist options
  • Select an option

  • Save RyanKor/930c3a1039bf04aaabdba4e8d5331b03 to your computer and use it in GitHub Desktop.

Select an option

Save RyanKor/930c3a1039bf04aaabdba4e8d5331b03 to your computer and use it in GitHub Desktop.
# 파이썬 3.8.0으로 버전 변경하기
!wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
!tar xvfz Python-3.8.0.tgz
!Python-3.8.0/configure
!./configure
!make
!sudo make install
!pip3 list
!python --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment