Changes between Version 33 and Version 34 of CommittersTipsAndTricks


Ignore:
Timestamp:
Jun 4, 2010, 2:23:38 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

simplify explorative programming instructions

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v33 v34  
    218218
    219219{{{
    220 source /Library/Tcl/macports1.0/macports_fastload.tcl
    221 package require macports 1.0
     220package require macports
    222221set portarchivemode no
    223 #package require port 1.0
     222mportinit
     223#package require port
    224224package require Pextlib
    225 set prefix /opt/local
    226 }}}
    227 
    228 If you use trunk you have to change first row to
    229 {{{
    230 source ${prefix}/share/macports/Tcl/macports1.0/macports_fastload.tcl
    231225}}}
    232226
    233227[Note, Oct 2009] There may be a bug in the port 1.0 package, see http://lists.macosforge.org/pipermail/macports-dev/2009-September/010132.html
    234228
    235 Then source the file in tclsh8.4 (which is the Tcl version shipped with Leopard), i.e.:
    236 
    237 {{{
    238 $ rlwrap tclsh8.4
     229Then source the file in the Apple-supplied tclsh, i.e.:
     230
     231{{{
     232$ rlwrap /usr/bin/tclsh
    239233% source ~/bin/macports_testing.tcl
    240234/opt/local