<div dir="ltr">Thanks Ned!</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 12, 2015 at 2:03 PM, Ned Batchelder <span dir="ltr"><<a href="mailto:ned@nedbatchelder.com" target="_blank">ned@nedbatchelder.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 6/11/15 1:23 PM, Ram Rachum wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
What do you think about making `python -m whatever` work also for installed scripts and not just for modules? I need this now because I've installed pypy on Linux, and I'm not sure how to run the `nosetests` of PyPy (in contrast to the `nosetests` of the system Python.) It's sometimes a mess to find where Linux installed the scripts related with each version of Python. But if I could do `pypy -m nosetests` then I'd have a magic solution. What do you think?<br>
<br>
</blockquote>
<br></span>
This works today:<br>
<br>
    $ python -m nose<span class="HOEnZb"><font color="#888888"><br>
<br>
--Ned.</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</div></div></blockquote></div><br></div>