Skip to content

Instantly share code, notes, and snippets.

@dalegaspi
Created June 1, 2021 21:43
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 dalegaspi/964459789c33f3c9f08e5c32fd76e882 to your computer and use it in GitHub Desktop.
Save dalegaspi/964459789c33f3c9f08e5c32fd76e882 to your computer and use it in GitHub Desktop.
How to Install Python 3 on Centos 7

How to Install Python 3 on Centos 7

  1. yum -y update
  2. yum install -y python3

you now have python3.

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