4378 shaares
Under Windows, CPython is shipped with a very useful py
command.
PEP-397 describes in details its behaviour, and its C implementation can be found in the CPYthon Mercurial repository.
There has already been a lenghty discussion in the "python-ideas" mailing list to write a Linux equivalent. I agree with what …