AppleScript : error “sh: lame: command not found” number 127
问题 I am trying to create an AppleScript with commands below. An issue I am having is there is an error at the third line. I have no problem using the lame command in the terminal directly. In addition, lame is not a native Mac utility; I installed it on my own. Does anybody have a solution? do shell script "cd ~/Downloads" do shell script "say -f ~/Downloads/RE.txt -o ~/Downloads/recording.aiff" do shell script "lame -m m ~/Downloads/recording.aiff ~/Downloads/recording.mp3" -- error "sh: lame: