auto install latest python3 & pip
Last updated Apr 8, 2026
67
Stars
38
Forks
1
Issues
0
Stars/day
Attention Score
12
Topics
Language breakdown
Shell 100.0%
โธ Files
click to expand
README
python3-install
Install without compile(recommend)
source <(curl -sL https://python3.netlify.app/install.sh)
Install with compile(latest version)
source <(curl -sL https://python3.netlify.app/install.sh) --latest
Install with compile(special version)
source <(curl -sL https://python3.netlify.app/install.sh) -v 3.6.5
Only install python3
source <(curl -sL https://python3.netlify.app/install.sh) --nopip
Compile with custom param
source <(curl -sL https://python3.netlify.app/install.sh) --latest --enable-optimizations
find the special version in pythonversion_list, script will auto download and compile it
if os openssl version less than 1.0.2 , script will auto install latest openssl before compile python3, it may be have risk(except new install os), so recommend install without compile way
๐ More in this category