top | item 23049510

(no title)

jfkw | 5 years ago

Does jpm have an option install packages to a local environment (virtualenv)?

discuss

order

capableweb|5 years 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.