[Tutor] problems to install python 2.5

Kent Johnson kent37 at tds.net
Sun Mar 11 23:39:41 CET 2007


Tsila Hassine wrote:
> yes I did download that, and it went " sorry can't update zshell" (and 
> yes I
> have zshell) so i didn't know how to deal with that ....any ideas ? (but
> then i guess its a completely different problem then ...)

All that program does is make sure that the bin directory included in 
the Python distribution is included in your path. For bash, it edits 
.bash_profile and inserts this line:

export 
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"

You should do the equivalent for zshell.

Kent


More information about the Tutor mailing list