Re: [Tutor] 3.0 on Mac

2009-06-15 Thread Vincent Davis
Here is what my .bash_profile looks like, This is in my user directory " # Setting PATH for EPD_Py25 v4.3.0 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}" export PATH PYTHONPATH="/Volumes/iDisk/match/python" export PY

Re: [Tutor] 3.0 on Mac

2009-06-11 Thread Dave Angel
acfleck wrote: I'm a Python nubie and having trouble with 3.0.1 on Mac (10.4.11). I did a default install of MacPython 3.0.1. The IDLE.app works fine, but from a Terminal window, the 'python' command still gets me V2.5.3 (the original Apple installed version). A 'python3' command is not reco

Re: [Tutor] 3.0 on Mac

2009-06-11 Thread John Fouhy
2009/6/12 acfleck : > I'm a Python nubie and having trouble with 3.0.1 on Mac (10.4.11). I did a > default install of MacPython 3.0.1. The IDLE.app works fine, but from a > Terminal window, the 'python' command still gets me V2.5.3 (the original > Apple installed version). A 'python3' command is no

Re: [Tutor] 3.0 on Mac

2009-06-11 Thread wesley chun
> A 'python3' command is not recognized. I'd like to > know what I need to change to access V3.0.1 from a Terminal window. try python3.0 if that doesn't work, then you may have to add the directory where it's installed to your PATH. hope this helps, and welcome to Python! -- wesley - - - - - - -

[Tutor] 3.0 on Mac

2009-06-11 Thread acfleck
I'm a Python nubie and having trouble with 3.0.1 on Mac (10.4.11). I did a default install of MacPython 3.0.1. The IDLE.app works fine, but from a Terminal window, the 'python' command still gets me V2.5.3 (the original Apple installed version). A 'python3' command is not recognized. I'd like t