*** For details on how to be removed from this list visit the ***
*** CCP4 home page http://www.ccp4.ac.uk ***
On some platforms, you need to put a space between the "#!" and the
"/bin/csh". Also, the "#" MUST be the first characer on the first line.
You can also try "/bin/tcsh" because csh is broken or missing on some
newer platforms.
-James Holton
MAD Scientist
Patrick G. Shaw wrote:
*** For details on how to be removed from this list visit the ***
*** CCP4 home page http://www.ccp4.ac.uk ***
I changed it and ran it in csh and now I get
: Command not found.
: Command not found.
/usr/local/xtal/ccp4-6.0/bin: Permission denied.
: Command not found.
: Command not found.
TITLE: Command not found.
: Command not found.
Too many )'s.
and I know that I have permission in the /usr/local/xtal/ccp4-6.0/bin directory
so I'm not sure what is up with that.
thanks
Quoting Jim Pflugrath <[EMAIL PROTECTED]>:
setenv is a c-shell command and not a bash shell command.
change the first line from
#!/bin/bash
to
#!/bin/csh
and see what happens.
Jim
On Thu, 20 Apr 2006, Patrick G. Shaw wrote: