[Pythonmac-SIG] Minimal Python 2.5 and Django install

Joel Bender jjb5 at cornell.edu
Wed Sep 19 16:25:53 CEST 2007


> I started again and wrote an 'absurdly simple' OS X 10.4
> Django install guide...

First, thank you!  Here's an update:

    If typing python -V in Terminal still gives version 2.3...

Check your path, it should include /usr/local/bin:

     $ echo $PATH

If it doesn't, check to see if you have a .bash_login file.  If you 
don't, create one with this command:

     $ echo 'export PATH="/usr/local/bin:/usr/local/sbin:$PATH"' > 
.bash_login

Close the terminal window, open a new one, and check again.  Others with 
more experience may offer a better answer.


Joel



More information about the Pythonmac-SIG mailing list