Skip to content

Instantly share code, notes, and snippets.

@fonylew
Created March 6, 2020 12: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 fonylew/3411550b77f3304b7790f9919253f3b3 to your computer and use it in GitHub Desktop.
Save fonylew/3411550b77f3304b7790f9919253f3b3 to your computer and use it in GitHub Desktop.
Install Python 3.7 (Ubuntu 18.04)
sudo apt install python3.7
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
@fonylew
Copy link
Author

fonylew commented Apr 22, 2020

Note: This script seems to have a problem :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment