-
Couldn't load subscription status.
- Fork 47
Description
I'm trying to get Pytomation functioning on my Mac for use with a University project, but am having a lot of issues trying to get the installation scripts to play nice.
I've noticed that at least install.sh uses Linuxisms (useradd). This prevents non-Linux users from installing by using the script. I attempted to get around this by manually creating the user and commenting out that portion of the script.
I now get two errors at the very end as a result.
Setting install location in pytomation.sh
Copying init script to /etc/init.d...
Making sure scripts are excutable...
chmod: /etc/init.d/pyto: Not a directory
Setting Pytomation to start from run level 2
ln: /etc/rc2.d/S99pyto: No such file or directory
Finished...
This is generated by a Mac running Mountain Lion.