| | |
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 |
alarm app beginner cipher cmd cx-freeze data decimals development dictionary directory dynamic error examples feet file float format ftp function generator getvalue gui halp homework http images import input ip itunes java keycontrol leftmouse line linux list lists logging loop maintain maze millimeter module mouse mysqldb number numbers output parsing path port prime programming projects push py2exe pygame pyglet pyqt python queue random recursion schedule screensaverloopinactive script scrolledtext slicenotation sqlite ssh string strings sudokusolver table terminal text thread threading time tkinter tlapse tuple tutorial ubuntu unicode url urllib urllib2 variable variables ventrilo verify vigenere web webservice wikipedia windows wxpython xlwt






