Commit 36ea3ccc authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent fc4e65a0
......@@ -94,8 +94,10 @@ def sh(home, user, group):
print 'Creating start script, start'
open(start,'w').write(
"#! /bin/sh\n"
"exec %s %s -D $*"
% (sys.executable, z2))
"PYTHONHOME=%s\n"
"export PYTHONHOME\n"
"exec %s \\\n %s \\\n -D $*\n"
% (home, sys.executable, z2))
ch(start,user,group,0711)
stop=os.path.join(home, 'stop')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment