我在oracle虚拟框中的lubuntu中使用sublime text 3进行python编码。我想要一个外部终端来执行我在文本编辑器中编写的脚本。我编写了以下代码并构建了一个新系统,
threading.Timer(5.0, remove_monkey_images, (path,)).start()
当我按{
"cmd": ["gnome-terminal -e 'bash -c \"python3 -u
$file;echo;echo Press ENTER to exit; read line\"'"],
"shell": true
}
时,它说没有找到构建系统。我还使用lxterminal安装了gnome。我应该在终端上做什么来运行代码?