Installation of Python 3.3 rc1

this. http://www.python.org/getit/releases/3.3.0/

Install Python 3.3 rc1 on MacPorts

% 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

Installation of Python 3.3 rc1
Installation of matplotlib (Python 3.3.2)
Python installation
Python installation
Source installation and installation of Python
Installation of Python, SciPy, matplotlib (Windows)
Installation of Anaconda3
Introduction of Python
Installation of CentOS 8
Python installation (Windows)
Basics of Python ①
Basics of python ①
Copy of python
Python installation 2020 (macOS)
Python3.4 installation notes
Introduction of Python
Installation of Visual studio code and installation of python
List of python modules
python openCV installation (memo)
Python basic course (2 Python installation)
Reinforcement learning 1 Python installation
Unification of Python environment
Copy of python preferences
Installation of OpenMDAO (version 1.7.1)
Basics of Python scraping basics
Python installation method Windows
Introduction of ferenOS 1 (installation)
[python] behavior of argmax
Usage of Python locals ()
the zen of Python
[Linux] Installation of nvm
Installation of Python3 and Flask [Environment construction summary]
Python 2.7 installation (yum) (CentOS 6.8)
[Python of Hikari-] Chapter 08-04 Module (Installation of external library)
# 4 [python] Basics of functions
Basic knowledge of Python
Sober trivia of python3
Summary of Python arguments
Basics of python: Output
Application of Python 3 vars
Various processing of Python
Python 3.5 installation (yum) (CentOS 6.8)
Installation of dlib, cv2
Around the installation of the Python project management framework Trac
[Python] Chapter 01-02 About Python (Execution and installation of development environment)
[Python] Correct usage of map
python (pyenv + pyenv-virtualenv) + CentOS7 installation
Towards the retirement of Python2
Summary of Python3 list operations
Python --Quick start of logging
Recommendation of binpacking library of python
Python 3.6 installation procedure [for Windows]
[python] Value of function object (?)
Reinforcement learning 2 Installation of chainerrl
Automatic update of Python module
Python --Check type of values
OpenCV3 installation for Python3 @macOS
Static analysis of Python programs
About various encodings of Python 3
Python installation (Mac edition) (old)
Equivalence of objects in Python