There are several issues here.
Firstly, you should not run the Pythonframework executable. Framework executables are not meant to be run, and it really is only a coincidence that this is happening.
, , bin - - (, /usr/local/bin) (, /Library/Frameworks/Foo.framework/Versions/X.Y/bin). Python 3.3 .
bin , , Python .
, Mac , Windows, PATH. , Python --version, Python - PATH. , , ( , ). ( , ), ./Python.
, cd framework. , , , : bin/python3, , .
, , , , Python 3.3. Update Shell Profile.command script Python 3.3 PATH PATH, - . , .
:
ls /usr/bin | grep python :
/usr/bin , . , , /usr/local/bin - PATH. Python ( , ...), /usr/local/bin. , , bin PATH. /usr/bin.
, , Python 3.3 Python 2.7. python3 python3.3 3,3, Python python2.7 2,7. . PEP 394 - "python" Unix- . , Python 2.7 3.3, , , .
, :
- Terminal.app.
python3 --version.