Files
python3-install/README.md
2019-03-17 15:25:42 +08:00

29 lines
983 B
Markdown

# python3-install
![](https://img.shields.io/github/stars/Jrohy/python3-install.svg) ![](https://img.shields.io/github/forks/Jrohy/python3-install.svg) ![](https://img.shields.io/github/license/Jrohy/python3-install.svg)
auto install Python3 and pip3
support **CentOS 6+/Debian 8+/Ubuntu 14+**
## Install without compile(recommend)
```
bash <(curl -sL https://git.io/fhqMz)
```
## Install with compile(latest version)
```
bash <(curl -sL https://git.io/fhqMz) --latest
```
## Install with compile(special version)
```
bash <(curl -sL https://git.io/fhqMz) -v 3.6.5
```
## Only install python3
```
bash <(curl -sL https://git.io/fhqMz) --nopip
```
find the special version in [python_version_list](https://www.python.org/ftp/python/), 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