我想在计算机启动时运行 .py 程序。我进入启动应用程序并选择运行该 .py 程序。但是这不起作用,终端没有打开。该怎么办?
答案1
使用gnome-terminal
:
gnome-terminal -e "python /path/to/file.py"
我想在计算机启动时运行 .py 程序。我进入启动应用程序并选择运行该 .py 程序。但是这不起作用,终端没有打开。该怎么办?
使用gnome-terminal
:
gnome-terminal -e "python /path/to/file.py"