Skip to content

Instantly share code, notes, and snippets.

@userdocs
Created March 7, 2020 23:49
Show Gist options
  • Save userdocs/972667216473340b21feb6a09c4477be to your computer and use it in GitHub Desktop.
Save userdocs/972667216473340b21feb6a09c4477be to your computer and use it in GitHub Desktop.
get latest python 3 version
export python_version="$(curl -sNL https://www.python.org/downloads/source/ | sed -rn 's|(.*)Latest Python 3 Release - Python (.*)</a></li>|\2|p')"
export python_url="https://www.python.org/ftp/python/$python_version/Python-$python_version.tgz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment