Created
September 12, 2021 16:17
-
-
Save RyanKor/930c3a1039bf04aaabdba4e8d5331b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 파이썬 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