Quote (lucky13 @ Dec. 03 2007,13:34) |
Do the following: ls -l /usr/bin/tclsh ls -l /usr/bin/wish If these show a link back to the 8.3 verisons of each, then just make new links to the 8.4 versions in /opt/tcltk-etc: 1. Remove the old symlinks as root: rm -f /usr/bin/tclsh /usr/bin/wish 2. Make new sym-links in your $PATH, e.g.: ln -s /opt/tcltk-8.4/bin/tclsh8.4 /opt/bin/tclsh ln -s /opt/tcltk-8.4/bin/wish8.4 /opt/bin/wish |