7 Feb
2007
7 Feb
'07
5:10 p.m.
Hi David, --On February 7, 2007 5:00:06 PM +0000 David Plans Casal <david.plans@brunel.ac.uk> wrote:
Just trying to get an SVN checkout of calendarserver to run.
I tried:
./run -s
But it said it couldn't find python. /usr/local/bin/python ./run -s gave:
File "./run", line 24 wd="$(cd "$(dirname "$0")" && pwd)"; ^ SyntaxError: invalid syntax
./run is a shell script not a python script so your second attempt would never work. Try: export PYTHON=/usr/local/bin/python then do ./run -s. -- Cyrus Daboo