Ensuring Profile Environment Variables Available to Intellij
getting-started-on-macos
series
Nov 15, 2021 | Thermal Throttling Mac Intel Woes |
Jan 20, 2021 | Ensuring Profile Environment Variables Available to Intellij |
Jul 24, 2020 | setting default open with on macOS |
Jun 24, 2020 | 2020-06-24T16:03:49+00:00 |
Jun 18, 2020 | My Experience Switching To A Macbook Pro From Windows |
May 19, 2020 | 2020-05-19T17:27:31+00:00 |
Open IntelliJ via terminal: open "/Users/$(whoami)/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app"
This will ensure your .profile
, .bashrc
, and other profile settings that might be loading some default environment variables are available to your IDE.
For macOS, you’d have to set in the environment.plist
otherwise to ensure they are available to a normal application.
ref: OSX shell environment variables – IDEs Support (IntelliJ Platform) | JetBrains
Webmentions
(No webmentions yet.)