OSC / bc_osc_rstudio_server

Batch Connect - OSC RStudio Server
https://osc.github.io/Open-OnDemand/
MIT License
10 stars 18 forks source link

Users can't specify additional modules #28

Closed johrstrom closed 3 years ago

johrstrom commented 4 years ago

It came up in an INC recently (INC0347305) that a user needed to load a particular module, and while they could do so in a terminal session, they couldn't for an rstudio session.

Specifically the user needed nc-config out of the netcdf module becuase they where trying to build and install the R package ncdf4 (which required nc-config in PATH).

This ticket is to allow users to load arbitrary modules as they please.

johrstrom commented 3 years ago

This was fixed in #56