You should ask python-list instead of here.

2011/3/29 Laura <laura...@gmail.com>:
> I order to install Python as python3 on Linux, i did:
>
>
>     ./configure
>     make
>     make test
>     sudo make install
>
>
> However, when i typed "make test", i got two error messages:
>
> "test test_distutils failed -- multiple errors occurred; run in verbose mode
> for details"
>
> "sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null'
> mode='a' encoding='ANSI_X3.4-1968'>
> make: *** [test] Error 1"
>
> The Result?  When I type python on Linux, i get the older version 2.7.1
> instead of the version that i just installed (python 3.2).

Actually, it's because Python 3 is installed as python3.



-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to