Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 681 Bytes

File metadata and controls

33 lines (18 loc) · 681 Bytes

================ Python Installer

Python Installer is a BASH script used to install Python from source in Ubuntu box. Since this script will go to download official Python source package, please make sure your network is alive. It requires wget utility is installed in your Ubuntu box. Actually, wget should be default installed in Ubuntu box.

Installation

You actually don't make any installation. Just put this script somewhere and run it.

Dependencies

BASH, wget utility. Of course, you must have root permission.

Usage

./python_installer.sh PYTHON_VERSION

E.g.

./python_installer.sh 2.7.5