Code Sample |
root@0[/]# mydsl-wget tcltk-8.4.uci uci Connecting to www.ibiblio.org[152.46.7.80]:80 tcltk-8.4.uci 100% |*********************************************************************************| 1675 KB 00:00 ETA tcltk-8.4.uci: OK root@0[/]# mydsl-load tcltk-8.4.uci tcltk-8.4.uci sucessfully mounted! root@0[/]# tclsh % info patchlevel 8.3.3 % exit |
Quote (lucky13 @ Dec. 03 2007,13:03) |
Did you install a previous version? Is the previous version in $PATH and the new one not? |
Code Sample |
root@0[root]# which tclsh /usr/bin/tclsh root@0[root]# whereis tclsh which wish whereis wishtclsh: /bin/tclsh8.3 /usr/bin/tclsh /usr/bin/tclsh8.4 /usr/bin/tclsh8.3 /usr/local/bin/tclsh8.4 /opt/tcltk-8.4/bin/tclsh /opt/tcltk-8.4/bin/tclsh8.4 /usr/share/man/man1/tclsh.1.gz root@0[root]# which wish /usr/bin/wish root@0[root]# whereis wish wish: /bin/wish8.3 /usr/bin/wish /usr/bin/wish8.4 /opt/tcltk-8.4/bin/wish /opt/tcltk-8.4/bin/wish8.4 root@0[root]# |