4 ms·
Is there a way to make it work with devbox shell? Add virtual env support?
by fancyfaith 4y ago
Is there a way to make it work with devbox shell? Add virtual env support?
- gurtis 4y agoImplementing support for virtual envs in the shell would probably work better. At the end of the day, a devbox shell is just your system’s regular shell with environment variables that point things to your system’s Nix store. Anything that’s able to launch from that shell and inherit the environment should work.