From 9347a48446591cf4165ad1939f342a15c05188df Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 30 Mar 2022 12:19:52 +0200 Subject: [PATCH] Overwrite the user Renviron --- 04_copy_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_copy_env.sh b/04_copy_env.sh index 94bef89..7a378e6 100644 --- a/04_copy_env.sh +++ b/04_copy_env.sh @@ -2,4 +2,4 @@ printenv >> /etc/R/Renviron.site -printenv >> /home/$USER/.Renviron +printenv > /home/$USER/.Renviron