this. http://www.python.org/getit/releases/3.3.0/
% port search python33
python33 @3.3.0rc1 (lang)
An interpreted, object-oriented programming language
% sudo port install python33
The installation destination is the default
/opt/local/Library/Frameworks/Python.framework/Versions/3.3/
become.
Start as a trial.
% /opt/local/Library/Frameworks/Python.framework/Versions/3.3/bin/python3
Python 3.3.0rc1 (default, Aug 26 2012, 07:20:12)
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
% which python3.3
/opt/local/bin//python3.3
venv
I will write it later.
Impression that there are many options.
Recommended Posts