Startseite › Foren › Deutsches LiveCode-Forum › shell() geht nicht wie erwartet › Antwort auf: shell() geht nicht wie erwartet
Januar 14, 2020 um 13:16 Uhr
#18192
Ja, der absolute Pfad sollte natürlich auch funktionieren.
Aber ich meinte das, was Hermann (-hh) vor einem Moment auf der Mailingliste gepostet hatte:
##You could add on startup /usr/local/bin
##to the LC environment variable $PATH:
on startUp
local ulb="/usr/local/bin"
set itemdel to ":"
if ulb is not among the items of $PATH
then put ":"&ulb after $PATH
end startUp