1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Python 3.3 rc1 のインストール

1
Posted at

これ。
http://www.python.org/getit/releases/3.3.0/

MacPorts にある Python 3.3 rc1 をインストール

% port search python33
python33 @3.3.0rc1 (lang)
    An interpreted, object-oriented programming language

% sudo port install python33

インストール先はデフォルトだと

/opt/local/Library/Frameworks/Python.framework/Versions/3.3/

になる。

試しに起動。

% /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

あとで書く。

オプションが多いなーという印象。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?