Skip to content

Instantly share code, notes, and snippets.

View goncalvesfrederico's full-sized avatar

Frederico Gonçalves goncalvesfrederico

View GitHub Profile
@goncalvesfrederico
goncalvesfrederico / ambiente-dev-ubuntu-curso-python.sh
Created March 2, 2026 19:20 — forked from luizomf/ambiente-dev-ubuntu-curso-python.sh
Instalação ambiente dev Ubuntu 22 do curso de Python
#!/bin/bash
# Executar comandos a seguir para atualizar os pacotes
sudo apt update -y
sudo apt upgrade -y
# Só o Python
sudo apt install python3.10-full python3.10-dev -y
# Instalar pacotes a seguir