Just run the command on Windows

This commit is contained in:
Twangboy 2021-07-27 11:34:18 -06:00 committed by Gareth J. Greenaway
parent 008a0a7796
commit 2f0586f79b

2
run.py
View file

@ -80,6 +80,8 @@ def redirect(argv):
if not sys.platform.startswith("win"):
with tiamatpip.utils.patched_sys_argv(args):
s_fun()
else:
s_run()
def py_shell():