-
Notifications
You must be signed in to change notification settings - Fork 68
Description
On GNU/Linux, the installation of Janet goes very smoothly when installing into /usr/local.
My understanding is that I should alternatively be able to install Janet locally (into, say, ~/opt), where root access would not be required.
I'd like to install Janet into ~/opt, but have jpm
maintain its installation of libraries under, say, ~/janet (not sure what's commonly used here). Does that sound like somewhat typical usage for Janet?
I asked about this on gitter, and @sogaiu (and also Calvin) lent a hand, but I'm still confused specifically about whether the JANET_PATH env var is used to specify where jpm
installs libraries vs having something to do with where the janet
itself is installed (~/opt/janet-1.11.3 ?) ( --- or both??).
Perhaps if it can be explained here, I can compose a PR to enhance the GNU/Linux installation instructions adding a local install option.
Thanks!