Steps:
1) Install and patch up Debian 9
2) create a user/group named ‘caldav’
4) cd to that directory and run ‘bin/develop’
5) Copy caldavd-test.plist to caldavd-dev.plist
5) Run ‘bin/run -n’
6) Notice errors:
caldav@util:~/CalendarServer/master$ bin/run -n
/Users/caldav/CalendarServer/master/bin/_py.sh: line 104: [: # 1 "<stdin>": integer expression expected
/Users/caldav/CalendarServer/master/bin/_py.sh: line 109: [: # 1 "<stdin>": integer expression expected
Using /Users/caldav/CalendarServer/master/.develop/virtualenv/bin/python as Python
Starting server...
/usr/bin/python2.7: can't find '__main__' module in ''
a) No idea what the _py.sh issues are
b) Shouldn’t this be running the version of python in the virtualenv? Shouldn’t ‘run’ take care of setting up that envionment? Why am I even seeing /usr/bin/python being called?
Thanks.