Load variables from file
Greetings everyone!
Since last update I have no luck loading environment variables from file. 2 weeks ago I still was able to specify an .sh script with a lot of <VAR>=<value> lines that set up my environment for every executable binary. But now, going to "Edit configurations..."->"Environment variables:"->"Load variables from file:" and choosing appropriate .sh-script seems to do nothing at all. If I run this binary from terminal after executing my .sh everything works just fine. Is there some changes in loading-environment-variables logic? Or have I messed something? Could anyone give a clue?
CLion Build #CL-221.5080.224, built on April 13, 2022
OS: Ubuntu 18.04
请先登录再写评论。
I've solved my problem only by downgrading to 2021.3.4 (Build #CL-213.7172.20, built on March 14, 2022). It works now. For those who faced this or simmilar problem:
Looking froward to new stable releases.
Hello!