This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: How to test python 3 was installed properly in my directory?
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, vani
Priority: normal Keywords:

Created on 2009-01-20 15:18 by vani, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80256 - (view) Author: Sravani Gogineni (vani) Date: 2009-01-20 15:18
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? Also could i have both gcc and icc as compilers in python 3? 
if yes how do i use them in python3?

Thanks,
Vani
msg80257 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-20 15:21
Please ask your question on a mailing list like comp.lang.python. This
tracker is for bug reports in Python not general requests for help.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49262
2009-01-20 15:21:39benjamin.petersonsetstatus: open -> closed
resolution: not a bug
messages: + msg80257
nosy: + benjamin.peterson
2009-01-20 15:18:55vanicreate