# HG changeset patch # User IBBoard # Date 1534494457 -3600 # Node ID ef4c3848be18201c4ecfb9e237c77d584b30096c # Parent 77768e1e9d4971a3b11cadffba3fab2ca1005636 Make sure that we actually EXPORT the R lib path! diff -r 77768e1e9d49 -r ef4c3848be18 bashrc --- a/bashrc Thu Aug 16 14:39:28 2018 +0100 +++ b/bashrc Fri Aug 17 09:27:37 2018 +0100 @@ -72,6 +72,6 @@ export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 # Set a hidden R package directory -R_LIBS_USER=~/.R/ +export R_LIBS_USER=~/.R/ # And stop it asking us to save the workspace alias R='R --no-save' \ No newline at end of file