Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 253 Bytes

Python.md

File metadata and controls

18 lines (13 loc) · 253 Bytes

Python 3.6

Instalação no Linux

Ubuntu até 16.04

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6

Ubuntu 16.10

sudo apt-get update
sudo apt-get install python3.6