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 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@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig