Brian Sheehan said this at Thu, 14 Aug 2003 05:46:44 -0700:
Error in startup script: couldn't read file "/usr/local/bin/pd.tk": no such file or directory
Anyone know how I can fix this?
Looks like there's a leftover "pd" executable in /usr/local/bin/ . Try verifying this with:
% which pd
If you get /usr/local/bin/pd, then that's the case. You should remove this binary.
it would also help to put /Users/student ... /bin *before* your $PATH, rather than after it. (But I'm not a Bash expert.)
hope that's some help, adam