Skip to content

Quick bash script I wrote to download and compile the latest (or a specific) version of Python on Linux. Useful when the apt repo for your dist doesn't have a super up-to-date version of Python, or you need a specific version for some reason.

Notifications You must be signed in to change notification settings

alexfayers/python-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-compile

Quick bash script I wrote to download and compile the latest (or a specific) version of Python on Linux. Useful when the apt repo for your dist doesn't have a super up-to-date version of Python, or you need a specific version for some reason.

Usage:

compile_python.sh [specific python version]

E.g. to install Python 3.9.0:

compile_python.sh 3.9.0

Or to just install the latest version of Python 3:

compile_python.sh

About

Quick bash script I wrote to download and compile the latest (or a specific) version of Python on Linux. Useful when the apt repo for your dist doesn't have a super up-to-date version of Python, or you need a specific version for some reason.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages