Eddie's Blog

[python] How to install latest python in Ubuntu 본문

programmings

[python] How to install latest python in Ubuntu

eddie.y 2018. 6. 13. 00:03

$ sudo add-apt-repository ppa:jonathonf/python-3.x

$ sudo apt-get update

$ sudo apt-get install python3.x

Comments