Python 3.0a1 Release

Python 3.0a1 Release: August 31st, 2007

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

 code
  1. # wget 'http://www.python.org/ftp/python/3.0/Python-3.0a1.tgz'
  2. # tar zxvf Python-3.0a1.tgz
  3. # sudo mkdir /opt/python3.0a1
  4. # cd Python-3.0a1
  5. # ./configure --prefix=/opt/python3.0a1
  6. # make
  7. # sudo make install
  8.  

ではとりあえず。

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

あー。

Related posts:

07.27.08/12am

No comments yet

trackback uri
  • ajax-loading
  • ajax-loading
  • ajax-loading

Leave a Comment

You can use these tags: <code>, <i>, <em>, <strong>, <a>

About

Author:yuin(http://inforno.net/)

文学部文化学科卒という生粋の文系趣味プログラマ。

主にRuby、Javascript、PHP、JAVA,Python,C,Scala,Schemeなどを使っています。今はPythonな感じかもしれない。今後作曲活動なども復活するかもしれない。

Pages