App do catálogo
Python
Linguagem e runtime para automação, scripts e backend.
Funciona em
WindowsmacOSLinux
Instaladores disponíveis
Comandos
Winget Windows
Fonte oficial · Python.Python.3.12
Instalar
powershell
winget install --id Python.Python.3.12 -eDesinstalar
powershell
winget uninstall --id Python.Python.3.12 -eHomebrew macOS
Fonte oficial · python
Instalar
zsh
brew install pythonDesinstalar
zsh
brew uninstall pythonAPT Linux
Fonte oficial · python3 · exige admin
Instalar
bash
sudo apt-get update && sudo apt-get install -y python3 python3-pipDesinstalar
bash
sudo apt-get remove -y python3 python3-pip