本质上是python调用osx的终端程序来运行python脚本,代码中的ipython也可以改为python,只不过python有时候不太好用,容易报错!
(当然,前提是你的电脑安装了ipython)
tell application "Terminal"
do script "ipython /Users/Documents/python学习/chacha.py"
end tell
如下图。
本质上是python调用osx的终端程序来运行python脚本,代码中的ipython也可以改为python,只不过python有时候不太好用,容易报错!
(当然,前提是你的电脑安装了ipython)
tell application "Terminal"
do script "ipython /Users/Documents/python学习/chacha.py"
end tell
如下图。