[Python-Dev] not possible to install python 3.2
Benjamin Peterson
benjamin at python.org
Sat Apr 2 18:39:35 CEST 2011
You should ask python-list instead of here.
2011/3/29 Laura <lauramdf at 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
More information about the Python-Dev
mailing list