Open Uthar opened 6 months ago
Seems like setup-hook should be somewhere else. This is how python works. It detects libraries when entering a dev-shell and puts them in PYTHONPATH (See toPythonPath). Lisps only detect it in a build.
toPythonPath
Seems like setup-hook should be somewhere else. This is how python works. It detects libraries when entering a dev-shell and puts them in PYTHONPATH (See
toPythonPath
). Lisps only detect it in a build.