Files
python3-install/README.md
2019-01-03 00:55:28 +08:00

701 B

python3-install

auto install Python3 and pip3
support CentOS 6+/Debian 8+/Ubuntu 14+

Install without compile(recommend)

source <(curl -sL https://git.io/fhqMz)

Install with compile(latest version)

source <(curl -sL https://git.io/fhqMz) --latest

Install with compile(special version)

source <(curl -sL https://git.io/fhqMz) -v 3.6.5

find the special version in python_version_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 recomend install without compile way