Skip to content

Python Installer is a BASH script used to install Python from source in Ubuntu box.

License

Notifications You must be signed in to change notification settings

zjc5415/pythoninstaller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

================ 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

About

Python Installer is a BASH script used to install Python from source in Ubuntu box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%