[Chimera-users] Delphi controller
Thomas Goddard
goddard at cgl.ucsf.edu
Tue Oct 21 09:23:48 PDT 2003
Hi Marco,
The Delphi controller tries to run the command "delphi prmFile > outfile".
For this to work the delphi executable needs to be in your unix search path.
In other words you should be able to run delphi from a shell prompt using
just the command "delphi".
On linux I set the search path used by the bash shell in ~/.bash_profile.
For example, I have in that file:
PATH=/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin:/usr/sbin:/sbin
# Add Chimera to path
PATH=/usr/local/chimera/bin:$PATH
Hope this helps,
Tom
More information about the Chimera-users
mailing list