Add python3.11-venv package to Ubuntu instructions (#16533)

This commit is contained in:
Jose Pablo Mora 2025-05-02 17:38:53 +01:00 committed by GitHub
parent 3064b21e23
commit 6d664438ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ If your system is very new, you need to install python3.11 or python3.10:
# Ubuntu 24.04 # Ubuntu 24.04
sudo add-apt-repository ppa:deadsnakes/ppa sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update sudo apt update
sudo apt install python3.11 sudo apt install python3.11 python3.11-venv
# Manjaro/Arch # Manjaro/Arch
sudo pacman -S yay sudo pacman -S yay