Created
April 10, 2023 00:20
-
-
Save chavinlo/d35c0c9ef6d05624bedc9b1ce0955e9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install sudo first | |
sudo apt update | |
sudo apt install software-properties-common -y | |
sudo add-apt-repository --yes ppa:deadsnakes/ppa | |
sudo apt update && sudo apt install python3.10 python3.10-venv python3.10-dev -y | |
python3.10 -m venv env | |
source env/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment