You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a new session in an R project on Renkulab, environment variables added through the session creation UI are not available in Rstudio.
This works in python projects.
How to reproduce:
New project with R minimal template
New session
Add env variable, e.g. TEST
Start session
In Rstudio's terminal printenv | grep TEST
No output
Expected outcome:
env variable exists
Environment:
Tested with the default R-minimal template:
Image: renku/renkulab-r:4.2.0-0.13.1
Renku version: 1.9.1
Template; r-minimal 0.3.5
The text was updated successfully, but these errors were encountered:
When starting a new session in an R project on Renkulab, environment variables added through the session creation UI are not available in Rstudio.
This works in python projects.
How to reproduce:
printenv | grep TEST
Expected outcome:
Environment:
Tested with the default R-minimal template:
renku/renkulab-r:4.2.0-0.13.1
The text was updated successfully, but these errors were encountered: