在 python 3.6 Mac OSX 10.12 中打开多个 IDLE shell

Open multiple IDLE shells in python 3.6 Mac OSX 10.12

我想在 IDLE 中同时 运行 两个或更多不同的 python 脚本。我想直接使用 IDLE,而不是终端。我想将它们全部用于 Python 3.6。我在 Mac 10.12。我可以这样做吗?

This opens a Python 2.7 IDLE window. I don't understand this

如果我不能这样做,我可以从终端同时 运行 多个 python 脚本吗?

是的,你可以。从终端 window 键入 idle3 &。这将启动 idle3 window 并使终端 window 仍然可用。现在再次输入 idle3 &,你会得到另一个 idle3 window。如果需要,您可以多次执行此操作。

另一种方法是打开 iTerm 或终端 window,然后在 shell 菜单下,您可以打开一个新选项卡。多次执行此操作。现在在每个选项卡中键入 idle3。 idle3windows开多少就开多少。