Skip to content

Instantly share code, notes, and snippets.

@obdura
Last active February 16, 2025 19:44
Show Gist options
  • Select an option

  • Save obdura/a9ace5ee58ca63a30328e0088daf88f0 to your computer and use it in GitHub Desktop.

Select an option

Save obdura/a9ace5ee58ca63a30328e0088daf88f0 to your computer and use it in GitHub Desktop.

1. Uninstall current python3 installation

 sudo apt purge python3*

2. Install Python3.7

From here

  sudo apt install software-properties-common
  sudo add-apt-repository ppa:deadsnakes/ppa
  sudo apt update
  sudo apt install python3.7

3. Check version

  $ python3.7 -V
  Python 3.7.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment