comparison bashrc @ 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 1320f85d46d2
comparison
equal deleted inserted replaced
113:77768e1e9d49 114:ef4c3848be18
70 70
71 # Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612 71 # Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612
72 export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 72 export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
73 73
74 # Set a hidden R package directory 74 # Set a hidden R package directory
75 R_LIBS_USER=~/.R/ 75 export R_LIBS_USER=~/.R/
76 # And stop it asking us to save the workspace 76 # And stop it asking us to save the workspace
77 alias R='R --no-save' 77 alias R='R --no-save'