Skip to content

Instantly share code, notes, and snippets.

@tomjamescn
Created March 31, 2020 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjamescn/108fdbdc716d42b0105802c59e885b20 to your computer and use it in GitHub Desktop.
Save tomjamescn/108fdbdc716d42b0105802c59e885b20 to your computer and use it in GitHub Desktop.
ubuntu/debian install python3.8
#!/bin/bash
set -e
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.8 python3-venv
# python3.8 -m venv myenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment