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.

Author upendra-k14
Recipients Aivar.Annamaa, Marcus.Smith, Saimadhav.Heblikar, dstufft, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, steve.dower, terry.reedy, upendra-k14
Date 2016-02-04.21:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454623117.84.0.319657257844.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to make a Tk based GUI for pip package manager. In reference to msg256736, I am confused about the discovery method mentioned. Is there any way already implemented to detect the Python versions installed systemwide?

Moreover, how to manage the non-standard installation of Python by users? I think in that case, it would be very difficult to detect the Python versions installed in the user's system. In addition to it different tools used for installation of Python generally end up in installing in different folders or paths. 

Therefore, initially what functionality should I try to implement in it? Can anyone please suggest me?
History
Date User Action Args
2016-02-04 21:58:38upendra-k14setrecipients: + upendra-k14, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, markroseman, Aivar.Annamaa, steve.dower, dstufft, Marcus.Smith, Saimadhav.Heblikar
2016-02-04 21:58:37upendra-k14setmessageid: <1454623117.84.0.319657257844.issue23551@psf.upfronthosting.co.za>
2016-02-04 21:58:37upendra-k14linkissue23551 messages
2016-02-04 21:58:37upendra-k14create