惜别 1122484a60 add --enable-loadable-sqlite-extensions flag
sqlite is a very useful and basic database plugin for using, should be enabled by default
2021-04-04 03:35:33 +08:00
2019-01-03 00:46:30 +08:00
2020-10-28 11:42:12 +08:00

python3-install


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

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

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 recommend install without compile way

Description
auto install latest python3 & pip
Readme GPL-3.0 167 KiB
Languages
Shell 100%