| | |
Python support in Linux
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jan 2008
Posts: 57
Reputation:
Solved Threads: 5
•
•
•
•
Thanks
i wanted to know whether python installed as default package in all flavors of linux.
I'm sporting Ubuntu Gutsy Gibbon, and it came with Python pre-installed (although I had to install the mysqlDB package myself).
- Walkere
The answer is no.
Not even Tcl is installed by default on all flavors of linux. About the only thing you can guarantee is that either /usr/bin/sh or /bin/sh is available. (And on most linuxes it is actually bash.)
You can, of course, make your install and/or start script(s) test for python and complain with a user-friendly "please install python" message if not found.
Not even Tcl is installed by default on all flavors of linux. About the only thing you can guarantee is that either /usr/bin/sh or /bin/sh is available. (And on most linuxes it is actually bash.)
You can, of course, make your install and/or start script(s) test for python and complain with a user-friendly "please install python" message if not found.
Last edited by Duoas; Feb 8th, 2008 at 11:39 pm.
A better approach might be to create a package installer (such as a .deb or .rpm) which lists python as a dependency.
If you plan to support more linux variants than just RedHat and Debian and those that work with their package systems (which are quite a few!), you can roll your own using a program like makeself.
Hope this helps.
If you plan to support more linux variants than just RedHat and Debian and those that work with their package systems (which are quite a few!), you can roll your own using a program like makeself.
Hope this helps.
![]() |
Similar Threads
- Programming FAQ - Updated 1/March/2005 (Computer Science)
- MarbleHost.com: Safe web host providing daily data backup (Web Hosting Deals)
- Gentoo vs Ubuntu (Getting Started and Choosing a Distro)
- Which scripting language to start with? (IT Professionals' Lounge)
- Object Oriented Programming (Computer Science)
- MSSQL connection strings (MS SQL)
- Looking for Reseller Hosting (Web Hosting Deals)
- Unmetered Web space for Reseller Web Hosting from WebHostingWith.us (Web Hosting Deals)
- My yahoo client. Not receiving data in real time :(( Just need a bit of advice (Perl)
- internet form handling (Python)
Other Threads in the Python Forum
- Previous Thread: A Simple Class Inheritance Example (Python)
- Next Thread: Images Not Painting
| Thread Tools | Search this Thread |
Tag cloud for Python
accessdenied apache application argv beginner book change code color dictionary dynamic edit editing enter examples excel file filename float format ftp function gui homework import inches input java keyboard lapse library line lines linux list lists loop microphone mouse movingimageswithpygame mysql newb number numbers numeric output parameters parsing path port prime program programming projects py2exe pygame pyopengl pyqt python random recursion recursive redirect remote reverse rpg scrolledtext search server session simple smtp software sprite ssh statictext string strings syntax table tennis terminal text thread threading time tkinter tlapse trick tuple tutorial ubuntu unicode unit urllib urllib2 variable windows wordgame wxpython






