Do servers get python as one of basic system packages? Can Debian or Ubuntu live without working python interpreter?

link|improve this question
feedback

1 Answer

up vote 8 down vote accepted

ubuntu-minimal depend on python. Therefore you can count on python being installed on Ubuntu.

Debian shows python-minimal tagged as system boot. Therefore you should be able to count on python on Debian as well. As noted by others, a minimal Debian installation does not include python.

link|improve this answer
3  
In Debian, it's not marked as essential, so it's closer to "most likely" then "for certain". – DerfK Feb 16 '11 at 22:08
Indeed. While my systems typically install python from other dependencies, and I like to have it for my own projects, when I install Debian I don't install anything but the bare install, which does not include python. – Ryan H Mar 4 '11 at 0:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.