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.
capableweb|5 years ago
So doing `export JANET_PATH=$pwd/packages` would put them into `./packages` from your current working directory.