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

View File

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