Python 3.0 port?

Andrew MacIntyre andymac at bullseye.apana.org.au
Tue Apr 8 14:30:32 UTC 2008


Maxim Khitrov wrote:

> I posted this message to freebsd-ports and was redirected here. Would
> it be possible to get python 3.0 into the ports tree even though it's
> currently in alpha stages? I'm just starting to learn the language,
> but I want a chance to play with both 2.5 and 3.0 at the same time.

While a port of Python 3.0 would be useful for of package management, it
should build and install without any modification:

   ./configure
   make
   make test
   make install

If it doesn't, a bug report to bugs.python.org would be in order.

-- 
-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia


More information about the freebsd-python mailing list