Quote |
export PATH="/opt/tcltk-8.4/bin:PATH" |
Quote (lucky13 @ Dec. 03 2007,13:26) |
There's your problem. When you type your wish/tclsh commands, it's finding the other version. You can either remove, rename, or relink. Or you can enter the 8.4 command (tclsh8.4) since it appears you have a symlink to it (did you do that? I thought UCIs shouldn't make symlinks outside /opt by default). |