On 11/8/19 10:40 AM, Jonathan Fine wrote:
Hi All
I think we can learn from Unix/Linux here. Like python, it has a PATH
variable for finding executables. It also has a command 'which'.
Python already has a "-v" option:
-v Print a message each time a module is initialized,
showing the place (filename
or built-in module) from which it is loaded. When given
twice, print a message
for each file that is checked for when searching for a
module. Also provides
information on module cleanup at exit.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/2JZP34UES43OGM7GEXXT7MM5Q5XXFKRB/
Code of Conduct: http://python.org/psf/codeofconduct/