Linuxgsm: Add python as a require dependency

Created on 9 Jun 2016  Â·  8Comments  Â·  Source: GameServerManagers/LinuxGSM

Along with column

docs feature request

All 8 comments

not all linux distros come with python?

Some versions of Arch Linux for example. :)

On Thu, Jun 9, 2016, 7:43 AM Alexander Silva [email protected]
wrote:

not all linux distros come with python?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dgibbs64/linuxgsm/issues/869#issuecomment-224805113,
or mute the thread
https://github.com/notifications/unsubscribe/AQeZmygHS0CfbND4bP3NnRaQpJLkZseTks5qJ6gIgaJpZM4Ixer3
.

Yup found this out today. Specifically having some issues with minimal installs of Ubuntu for example. Having the same issue with the column command as well :/. Many users don't seem to understand the "command not found" error and regularly post asking what the issue is.

On another note LGSM does not official support Arch however i think it would be great if an Arch user was willing to do some development for LGSM to test and make sure it all works and also add a function for arch dependency checks

I've used manjaro which is based on arch, I think the commands are the same. The main difference I've noticed so far from arch, debian and CentOS is the installing package command is "pacman -S packagenamehere". Instead of apt-get or yum.

The main differences I can think of are pacman and the fact that in most Arch installations the default shell is zsh instead of bash which can have compatibility issues with things like globbing patterns. In my case bash wasn't even installed initially. I could give it some tests, currently I'm using LGSM on a Debian server but if I find the time I could try and see how it does on Arch. :)

I have completed this task. Hopfully you get the chance to setup an arch checker.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings