Skip to content

Instantly share code, notes, and snippets.

@r3xakead0
Last active February 6, 2024 15:32
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 r3xakead0/25836c5ec7db1b55bba48de376f024a4 to your computer and use it in GitHub Desktop.
Save r3xakead0/25836c5ec7db1b55bba48de376f024a4 to your computer and use it in GitHub Desktop.
Install python 2 on Linux Ubuntu
sudo apt update
sudo apt install -y python2
python2 --version
which python2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment