Question

I want to write some install scripts by python, it should know the OS to choose either apt command or yum command.

It seems sys.platform can tell 'win32' or the others, but how to know it is working on Debian or CentOS in Python?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top