Closed XargonWan closed 2 months ago
Greetings, there are the equivalent commands for Ubuntu 24.04 to set up the python env:
sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt-get install python3.9-distutils python3.9 -m pip install tomli virtualenv -p python3.9 env
Thanks a lot, I've added this to the page!
Greetings, there are the equivalent commands for Ubuntu 24.04 to set up the python env: