python3 install 썸네일형 리스트형 [draft] 우분투 18.04에서 Python 3.9으로 업그레이드하는 방법 우분투 18.04에서 Python 3.9으로 업그레이드하는 방법테스트 환경운영체제 정보$ cat /etc/os-releaseNAME="Ubuntu"VERSION="18.04.6 LTS (Bionic Beaver)"ID=ubuntuID_LIKE=debianPRETTY_NAME="Ubuntu 18.04.6 LTS"VERSION_ID="18.04"HOME_URL="https://www.ubuntu.com/"SUPPORT_URL="https://help.ubuntu.com/"BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy".. 더보기 [draft] CentOS 7에서 python3 업그레이드 CentOS 7에서 python3 업그레이드테스트 환경운영체제 버전$ cat /etc/redhat-releaseCentOS Linux release 7.9.2009 (Core)python 버전$ python --versionPython 2.7.5$ python3 --versionPython 3.6.8SCL 유틸리티 설치yum install -y centos-release-sclpython 업그레이드python3.8 설치yum install -y rh-python38 rh-python38-python-pippython 버전$ /opt/rh/rh-python38/root/usr/bin/python --versionPython 3.8.11alternatives 확인alternatives --display py.. 더보기 이전 1 다음