[Pythonmac-SIG] install again?

Larry Meyn Larry.A.Meyn at nasa.gov
Mon Feb 6 14:46:28 CET 2006


Create the following text file and save it as ".bash_profile" in your  
home directory.
--Larry

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
         . ~/.bashrc
fi

# User specific environment and startup programs

PATH=/usr/local/bin:/$PATH;export PATH

# End of File

On Feb 6, 2006, at 4:52 AM, linda.s wrote:

> On 2/6/06, Charles Hartman <charles.hartman at conncoll.edu> wrote:
>>
>>
>> On Feb 6, 2006, at 5:00 AM, linda.s wrote:
>>
>> Python 2.3.5 instead of Python 2.4.2, very confused... Some one
>> suggested me to download MacPython. So I am thinking about removing
>> the Python 2.4.2 from my machine (still curious why it did not
>> appear).
>> You just want to change your PATH. If your built-from-scratch is ok,
>> pointing directly to it to run it (on the command line or in the  
>> PATH) will
>> work. If not, install the binary.
>>
>> coh
> Yes. It works after I type export PATH=/usr/local/bin:$PATH.
> But next time if I open the terminal, I need do it again.
> How can I make it permanent?
> Linda.
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20060206/e4999858/attachment.html 


More information about the Pythonmac-SIG mailing list