Hi,
I installed the most recent version of Python on my MBP, I tried using the script that comes with the Python package "Update profile shell.command" and I've tried setting my PATH as:
and
But each time I go open up a Terminal window and type 'python' I get:
"Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)"
Can anyone help me out? I've been spending a lot of time with Windows environments lately through work so I'm probably rusty with OS X, but I'd appreciate some help in setting up Python correctly.
Cossie
I installed the most recent version of Python on my MBP, I tried using the script that comes with the Python package "Update profile shell.command" and I've tried setting my PATH as:
Code:
PATH="/Library/Frameworks/Python.framework/Versions/3.1/bin/python3:${PATH}"
and
Code:
PATH="/Library/Frameworks/Python.framework/Versions/3.1/bin/
But each time I go open up a Terminal window and type 'python' I get:
"Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)"
Can anyone help me out? I've been spending a lot of time with Windows environments lately through work so I'm probably rusty with OS X, but I'd appreciate some help in setting up Python correctly.
Cossie