Different search paths for tclsh
Posted
by user364128
on Stack Overflow
See other posts from Stack Overflow
or by user364128
Published on 2010-06-11T01:54:44Z
Indexed on
2010/06/11
2:02 UTC
Read the original article
Hit count: 203
Hi: Any one knows how can I invoke the tclsh in the TCL code due to different paths to tclsh in various platforms (Linux, SUN) ?
For example in SUN:
!/usr/bin/sun/tclsh
in Linux:
!/usr/bin/linux/tclsh
How can I use the same TCL code and execute it in the above two paths ?
© Stack Overflow or respective owner