Hacker News new | ask | show | jobs
by capableweb 2244 days ago
I'm not hugely into Python, so not sure about the details of virtualenv, but if you want to install packages fetched by jpm in a different directory, you can set `JANET_PATH` to where you want them to go.

So doing `export JANET_PATH=$pwd/packages` would put them into `./packages` from your current working directory.