SourceCodeSyntaxHighlight
SourceCodeSyntaxHighlight copied to clipboard
weird PATH problem
I tried install 2.1.16 and 2.1.17, and it always error like this

in the Finder, the log show this weird ENV with path='com.username.gnss.plist', this com.username.gnss.plist file was created by myself years ago, it was located in ~/Library/LaunchAgents (even after I removed it, the error still same). I don't know why it appears here. and I guess this is the reason to the above error.
can you help to resolve it?
OS: Monterey 12.6.2
On the terminal, what is the output of this command?
echo $PATH
On the terminal, what is the output of this command?
echo $PATH
it's normal. bunch of bin directories.
actually, I even add export PATH="/some/of/bin/directories" to the beginning of colorize.sh file. but the error in setting window is still same.
also I can manually run ./colorize.sh /some/code/file. and it can output the correct result.