Do Explorative Programming in tclsh with Readline Support
Ryan Schmidt
ryandesign at macports.org
Fri Sep 18 07:12:23 PDT 2009
On Sep 18, 2009, at 09:02, Kevin Walzer wrote:
> The problem might be that your installation of the MacPorts
> libraries isn't on the standard Tcl search path. /Library/Tcl is a
> standard search path for Tcl on the Mac, but /opt/local/Library is
> not. Try running this command in your tclsh session:
>
> lappend auto_path /opt/local/Library/Tcl
>
> or whatever the specific location is, then try sourcing the relevant
> file.
Appears to have no effect.
More information about the macports-dev
mailing list