Changes between Version 5 and Version 6 of howto/RunningMaster


Ignore:
Timestamp:
Jul 24, 2008, 9:41:26 PM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/RunningMaster

    v5 v6  
    88== Introduction ==
    99
    10 There are times when some may want to run MacPorts from a version newer than the current stable release.  Maybe there's a new feature that you'd like to use, or it fixes an issue you've encountered, or you just like to be on the cutting edge.  This explains how to run completely from trunk, using only subversion to keep MacPorts up to date.
     10There are times when some may want to run MacPorts from a version newer than the current stable release.  Maybe there's a new feature that you'd like to use, or it fixes an issue you've encountered, or you just like to be on the cutting edge.  This explains how to run completely from trunk, using only Subversion to keep MacPorts up to date.
    1111
    1212== Installation ==
     
    5050=== Step 4: '''Update PATH''' ===
    5151
    52 Edit your {{{.profile}}} (or {{{.tshrc}}}, or whatever is appropriate for you) to put {{{/opt/local/bin}}} in your PATH (and don't forget, if using bash, to {{{export $PATH}}} too).  Whether you put this at the beginning or end of the PATH is your choice.
     52Edit your {{{.profile}}} (or {{{.tcshrc}}}, or whatever is appropriate for you) to put {{{/opt/local/bin}}} and {{{/opt/local/sbin}}} in your PATH (and don't forget, if using bash, to {{{export $PATH}}} too).  Whether you put this at the beginning or end of the PATH is your choice.
    5353
    5454More detailed instructions are in [http://guide.macports.org/#installing.shell The MacPorts Guide]