Skip to content

Instantly share code, notes, and snippets.

@luizomf
Last active May 30, 2024 16:38
Show Gist options
  • Save luizomf/8623264cbf69cd2619bcdee258628f41 to your computer and use it in GitHub Desktop.
Save luizomf/8623264cbf69cd2619bcdee258628f41 to your computer and use it in GitHub Desktop.
Instalação Python 3.10 Ubuntu 22.04
sudo apt update -y
sudo apt upgrade -y
sudo apt install git curl build-essential -y
sudo apt install gcc make default-libmysqlclient-dev libssl-dev -y
sudo apt install python3.10-full python3.10-dev -y
@pablowilliam
Copy link

pablowilliam commented May 14, 2024

Deve usar # python3 -m venv venv

@jorgelgf
Copy link

O que usei para corrigir alguns erros dentro do Ubuntu.

sudo apt update -y
sudo apt upgrade -y
sudo apt install git curl build-essential -y
sudo apt install gcc make default-libmysqlclient-dev libssl-dev -y
sudo apt install python3.10-full python3.10-dev -y
sudo apt install python3-venv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment