Oh I see the problem, the NetBeans terminal is using the root directory not the user directory. If I load the zshrc into the NetBeans terminal it is fine, but maven is still using the root path.
> On 21 Jun 2020, at 10:21, Luff,Chris <[email protected]> wrote: > > Hey everyone; just noticed that the path from the NetBeans embedded terminal > is different to that of the macOS terminal? Is there configuration so it can > be the same? > > #Terminal > ➜ ~ echo $PATH > /Users/chris/.rvm/gems/ruby-2.4.1/bin:/Users/chris/.rvm/gems/ruby-2.4.1@global/bin:/Users/chris/.rvm/rubies/ruby-2.4.1/bin:/usr/local/opt/sqlite/bin:/Users/chris/.nvm/versions/node/v8.4.0/bin:/usr/local/sbin:/Users/chris/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Vbrick/nodejs/bin:/usr/local/MacGPG2/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Users/chris/.rvm/bin > > > #NetBeans Terminal > ➜ ~ echo $PATH > /usr/local/opt/sqlite/bin:/Users/chris/.nvm/versions/node/v8.4.0/bin:/usr/local/sbin:/Users/chris/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/chris/.rvm/bin > > > NetBeans 12.0 > macOS 10.15.5 > > Thx > Chris > > > > CONFIDENTIALITY NOTICE This message and any included attachments are from > Cerner Corporation and are intended only for the addressee. The information > contained in this message is confidential and may constitute inside or > non-public information under international, federal, or state securities > laws. Unauthorized forwarding, printing, copying, distribution, or use of > such information is strictly prohibited and may be unlawful. If you are not > the addressee, please promptly delete this message and notify the sender of > the delivery error by e-mail or you may call Cerner's corporate offices in > Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, > Registered in England no 2519305, Registered Office 37 North Wharf Road, > London W2 1AF.
