[Python-ideas] "import me" to display some summary of the current python installation

Mark Lawrence breamoreboy at yahoo.co.uk
Wed Apr 12 06:22:20 EDT 2017


On 12/04/2017 04:04, Steven D'Aprano wrote:
> On Tue, Apr 11, 2017 at 09:28:22PM -0500, Wes Turner wrote:
> 
>> python -m site
>> https://github.com/python/cpython/blob/master/Lib/site.py
>> - _script()
>
> Wes, I have no idea what that code snippet is supposed to do, or even
> whether it is supposed to be working code.
> 
> Remember that we can't read your mind. If you're experimenting with code
> and trying things out, please don't waste the time of everyone else by
> doing it on the mailing list.
> 

https://docs.python.org/3/library/site.html

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Python-ideas mailing list