Python/Deploy

Ubuntu Python 패키지 관리툴로 설치

bonevillain 2023. 7. 10. 20:52
$ sudo apt update
$ sudo apt install -y software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt update
$ sudo apt install -y python3.11
$ python3.10 --version