fehnomenal / intellij-direnv

direnv integration for JetBrains IDEs
MIT License
60 stars 18 forks source link

rider/pycharm python interpreter #52

Open ashuramaruzxc opened 6 months ago

ashuramaruzxc commented 6 months ago

I have a fairly simple .envrc

use flake

And the plugin seems to be unable to pickup from my nix's devshell a python3WithPackages which kinda defeats a whole a point of using this plugin because i would still have to resort to venv which not always suitable especially when working in python with c/c++ libraries Nor does the output make any sense, i have tried launching the rider(with python plugin) and pycharm ce from the terminal with direnv allow Could there be at least some mentioning in the README.md that plugin is currently cannot dynamically update environmental variables of java?