install trouble Mac OSX 10.4
Ryan Schmidt
ryandesign at macports.org
Mon Jan 12 21:59:59 PST 2009
On Jan 12, 2009, at 08:43, Chris Jones wrote:
>> the entry in my .bash_profile is:
>>
>> export PATH=" opt/local/bin: /opt/local/sbin:$PATH"
>
> You are missing an initial / on the first path. That line should be
>
>> export PATH=" /opt/local/bin: /opt/local/sbin:$PATH"
Actually there should not be spaces there. The line should read:
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
Did the MacPorts installer do this to your .bash_profile or did you
set it up manually? If the former, then we have a bug in the setup
script somewhere....
More information about the macports-users
mailing list