[Ubuntu] PPA로 파이썬의 특정 버전을 설치해보기
sudo apt update
sudo apt upgrade -y # 굳이 할필요는 없음
sudo add-apt-repository ppa:deadsnakes/ppa # 파이썬 패키지를 추가해주는 PPA 등록
sudo apt install python3.10 # python3.10 대신 다른 버전도 가능
PPA는 launchpad에서 찾을수 있다고 하네요.
Ubuntu in Launchpad
Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.
