Python3 と pip を自動インストールする
CentOS 6+/Debian 8+/Ubuntu 14+をサポート
source <(curl -sL https://python3.netlify.app/install.sh)
source <(curl -sL https://python3.netlify.app/install.sh) --latest
source <(curl -sL https://python3.netlify.app/install.sh) -v 3.6.5
source <(curl -sL https://python3.netlify.app/install.sh) --nopip
source <(curl -sL https://python3.netlify.app/install.sh) --latest --enable-optimizations
python_version_list で特別なバージョンを見つけます。スクリプトはそれを自動的にダウンロードしてコンパイルします。
OS openssl のバージョンが1.0.2未満の場合、スクリプトは Python3 をコンパイルする前に最新の openssl を自動インストールします。リスクがある可能性があります (新しい OS のインストールを除く)。コンパイル方法を使用せずにインストールすることをお勧めします。