[Chicago] tests for Python 3

Kumar McMillan kumar.mcmillan at gmail.com
Tue Jan 20 21:08:18 CET 2009


On Tue, Jan 20, 2009 at 9:58 AM, Gogineni, Sravani
<GogineniS at corning.com> wrote:
> Hello,
>
>
>
> I am a beginner and i installed python 3 in my Home directory. i want to
> test that the installation was done properly. is their a test suite to see
> the installation was good? Could anyone please help me with the problem?

yes, just type
$ make test
in the source directory that you built Python from

> Also could i have both gcc and icc as compilers in python 3?

I'm not sure what you mean by "as compilers."  If you are asking if
you can use icc to compile Python 3 then I don't see why not, since
icc is supposedly compatible with gnu tools.

>
> if yes how do i use them in python3?
>
>
>
> Thanks,
>
> Vani
>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>
>


More information about the Chicago mailing list