Created
April 10, 2023 00:20
Revisions
-
chavinlo created this gist
Apr 10, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # 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