On 2/6/06, Larry Meyn <[EMAIL PROTECTED]> wrote:
> 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
It did not work from the creating of  .bash_profile. If I typed
"export PATH=/usr/local/bin:$PATH." It worked in the command line but
it did not work in the code.
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to