Skip to content

Commit 8c0f49e

Browse files
authored
Merge pull request #1237 from TimStewartJ/tim/rsession-library-path
Add Conda env library path to RStudio configuration
2 parents 6d6e5ff + 348efa2 commit 8c0f49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/conda/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def get_env_scripts(self):
424424
echo auth-none=1 >> /etc/rstudio/rserver.conf && \
425425
echo auth-minimum-user-id=0 >> /etc/rstudio/rserver.conf && \
426426
echo "rsession-which-r={env_prefix}/bin/R" >> /etc/rstudio/rserver.conf && \
427+
echo "rsession-ld-library-path={env_prefix}/lib" >> /etc/rstudio/rserver.conf && \
427428
echo www-frame-origin=same >> /etc/rstudio/rserver.conf
428429
""",
429430
),

0 commit comments

Comments
 (0)