Skip to content
Snippets Groups Projects
Commit e0f6606d authored by Gilquin's avatar Gilquin
Browse files

fix: correct typos

parent b529d20d
Branches
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ cat <<EOF >"/home/${DEFAULT_USER}/.config/rstudio/rstudio-prefs.json"
}
EOF
# setup reticulate environment variable
# setup reticulate environment variables
cat <<EOF >"/home/${DEFAULT_USER}/.Rprofile"
Sys.setenv("RETICULATE_PYTHON_ENV"="${MAMBA_ENV_DIR}")
Sys.setenv("RETICULATE_CONDA"="${MAMBA_EXE}")
EOF
chown "${DEFAULT_USER}:${DEFAULT_USER}" "/home/${DEFAULT_USER}/.Rprofile"
chown "${DEFAULT_USER}":"${DEFAULT_USER}" "/home/${DEFAULT_USER}/.Rprofile"
# change matplotlib default figure dpi
"${MAMBA_ENV_DIR}/bin/python" -c "import matplotlib; print(matplotlib.matplotlib_fname())" | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment