Ubuntu18.04에 Python 3.8.0 설치하기 https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/ How to Install Python 3.8 on Ubuntu 18.04 In this tutorial we'll cover two different ways to install Python 3.8 on Ubuntu 18.04. The first option is to install the deb package from the deadsnakes PPA, and the second one is by building from the source code. linuxize.com 위 사이트를 참고하여 진행하였다. * 설치환경 AW..