Skip to content

Instantly share code, notes, and snippets.

@kenvontucky
Created July 27, 2018 09:00
Show Gist options
  • Save kenvontucky/cfdb7da66fe9197a889f59df649fb171 to your computer and use it in GitHub Desktop.
Save kenvontucky/cfdb7da66fe9197a889f59df649fb171 to your computer and use it in GitHub Desktop.
Check Python version
# Display Python 3 version
python3 --version
# Display Python 2 version
python --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment