All Projects → Jrohy → python3-install

Jrohy / python3-install

Licence: GPL-3.0 license
auto install latest python3 & pip

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to python3-install

p4python
[Officially Supported] P4Python is a wrapper for the P4 C++ API in Python.
Stars: ✭ 30 (-34.78%)
Mutual labels:  pip3
justuse
Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module globals injection before import and more.
Stars: ✭ 49 (+6.52%)
Mutual labels:  auto-install
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+293.48%)
Mutual labels:  auto-install
Age-Prediction
This Project is an applicaton based on Computer vision and Machine learning implementation using regression supervised classification.
Stars: ✭ 26 (-43.48%)
Mutual labels:  pip3

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

Compile with custom param

source <(curl -sL https://python3.netlify.app/install.sh) --latest --enable-optimizations

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].