Ticket #14537 (new defect)
tclsh does not have /Library/Tcl in its path
| Reported by: | shreevatsa.public@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
The Tcl from MacPorts does not seem to have /Library/Tcl in its path, which, ironically, makes it harder to work with MacPorts. (For "package require macports", etc.)
Example:
$ echo 'puts $auto_path' | /opt/local/bin/tclsh /opt/local/lib/tcl8.5 /opt/local/lib $ $ echo 'puts $auto_path' | /usr/bin/tclsh /System/Library/Frameworks/Tcl.framework/Versions/8.4/Resources/Scripts /System/Library/Frameworks/Tcl.framework/Versions/8.4/Resources /usr/lib ~/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl ~/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks
Change History
Note: See
TracTickets for help on using
tickets.

