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

Wes Turner wes.turner at gmail.com
Tue Apr 11 22:28:22 EDT 2017


python -m site
https://github.com/python/cpython/blob/master/Lib/site.py
- _script()


On Tuesday, April 11, 2017, Kamal Mustafa <kamal.mustafa at gmail.com> wrote:

> On the same theme with "import this" and "import antigravity", "import
> me" I think can be both some fun way to introduce Python and also
> offer a helpful functionality when troubleshooting python installation
> with someone new to the language.
>
> Currently, we have to use some myriad approach like "show me the
> output of `which python`" to know the basic info of the python
> installation someone having trouble or asking question.
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org <javascript:;>
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170411/664220d8/attachment.html>


More information about the Python-ideas mailing list