Python 3.0a1 Release

Python 3.0a1 Release: August 31st, 2007

きました。msiは404になりますね。

# wget 'http://www.python.org/ftp/python/3.0/Python-3.0a1.tgz'
# tar zxvf Python-3.0a1.tgz
# sudo mkdir /opt/python3.0a1
# cd Python-3.0a1
# ./configure --prefix=/opt/python3.0a1
# make
# sudo make install

ではとりあえず。

# /opt/python3.0a1/bin/python
Python 3.0a1 (py3k, Aug 31 2007, 17:57:29)
[GCC 4.1.3 20070629 (prerelease) (Debian 4.1.2-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> reduce
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'reduce' is not defined
>>>

あー。

Posted at 6pm on 08/31/07 | no comments | Tags : read on

About

about me
yuin()
文学部文化学科卒という生粋の文系趣味プログラマ。
ベンチャー企業でアルバイトを経て、某大手企業で働いてます。    
主にRuby、Javascript、PHP、JAVA,Python,C,Scala,Schemeなどを使っています。
今はPythonな感じかもしれない。今後作曲活動なども復活するかもしれない。

Pages