We can add Environment variables one by one environment variables manually using UI screen. But is there a easy way to load/add all PATH locations or Environment variables mentioned in .bashrc file.
Asked
Active
Viewed 2,453 times
2
-
Did you try https://plugins.jetbrains.com/plugin/7861-envfile? Does it help? – CrazyCoder Dec 29 '21 at 16:58
1 Answers
1
Yes all you need to do is paste them in the Run/Debug Configuration screen before this window opens. Each env variable must be deliminated by a semicolon ;
too.
Example:
PATH=/mypath; JAVA_HOME=/anotherpath;
Intellij Guide:

Paste them here:


Ken Williams
- 22,756
- 10
- 85
- 147

turbofood
- 192
- 9