[Python-ideas] Option of running shell/console commands inside the REPL

Ken Hilton kenlhilton at gmail.com
Fri Feb 1 09:24:22 EST 2019


Hi,

As a workaround/alternative, you can just do

    >>> import os
    >>> os.system('dir')

Sincerely,
Ken Hilton;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190201/b52da9d6/attachment.html>


More information about the Python-ideas mailing list