Using existing PATH values when setting PATH in Run/Debug Config

I need to add a directory to the PATH in the Run/Debug configuration Environment Variables.   I can't figure out how.

I have tried

  • lib;$PATH
  • lib;$PATH$
  • lib;${PATH}
  • lib;%PATH%


How can I do this?

Thanks,

0

Please sign in to leave a comment.