Add python3.11-venv package to Ubuntu instructions (#16533)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user