changeset 114:ef4c3848be18

Make sure that we actually EXPORT the R lib path!
author IBBoard <dev@ibboard.co.uk>
date Fri, 17 Aug 2018 09:27:37 +0100
parents 77768e1e9d49
children 1c0461e8da55
files bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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