Last active
November 24, 2020 14:19
-
-
Save goyuninfo/c74b03f0e2680aaf04e62f4674419592 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
apt update | |
apt install software-properties-common | |
add-apt-repository ppa:deadsnakes/ppa | |
apt update | |
apt install python3.9 python3.9-venv python3.9-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment