Skip to content

Instantly share code, notes, and snippets.

View VGabriel-7's full-sized avatar
📚

Vinicius Gabriel Almeida VGabriel-7

📚
View GitHub Profile
@VGabriel-7
VGabriel-7 / ambiente-dev-ubuntu-curso-python.sh
Created April 21, 2023 18:36 — 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