-
Having a hard time getting PyCharm (actually IntelliJ IDEA) to play nicely with my nix-shell based dev environment. Can’t seem to run
pipenv run tests
+ attach the IDE’s debugger. (It fails withModule not found ‘six’
which is ridiculous in my project.) Tips from experience?