|
From: Steve J. <ste...@wi...> - 2010-03-22 17:26:35
|
On 2010-03-18, at 9:46 PM, Robert H wrote: > I am trying jEdit out. I have the console plugin installed. However, it > does not take any of the paths in my BASH env. So when I try to run my > Perl script via the console plugin, it doesn't find "perl". > > How do I fix? I'm not sure that there's a way to use your normal system path, but you can add directories to the shell path in the "System Shell" pane under the Console plugin's options screen. I'm rather surprised, though, that perl didn't work for you since the default system shell path in Console appears to include "/usr/bin". I have no problems running something like "perl -h" (running on Snow Leopard, although not the most recent version of jEdit). If you've done a custom install of perl you'll likely need to use the extra PATH option mentioned above. Steve Jakob Wide Skies Information Technologies |