Skip to content

Instantly share code, notes, and snippets.

View andersonsouba's full-sized avatar
💭
I may be slow to respond.

Anderson Batista andersonsouba

💭
I may be slow to respond.
  • São Paulo
View GitHub Profile
@andersonsouba
andersonsouba / ambiente-dev-ubuntu-curso-python.sh
Last active May 17, 2026 18:34 — 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 python3-pip python3-venv python3-dev python3-full -y
# Instalar pacotes a seguir