|
The only answer to my question is a workaround and not a solution. To restate my original problem: After installing BOINC-SETI, every time I run Terminal.app it displays:
mycomputer:~ myaccount$ /Users/myaccount/Applications/boinc/boincseti; exit
-bash: /Users/myaccount/Applications/boinc/boincseti: No such file or directory
logout
[Process exited - exit code 127]
The result is correct because I've renamed boincseti to something else to avoid running it again and having the shell tell me it's already running.
The terminal window can't be used. The ONLY way I've been able to find to resolve this is to go to File/New Command..., type bash (or whatever you use), check "Run command inside a shell", and click the Run button. This successfully opens a new bash shell with the result:
mycomputer:~ myaccount$ bash; exit
mycomputer:~ myaccount$
And I'm back in business. Still looking for a fix, not a workaround.
____________
|