Appends Conda
settings to
.bashrc
and .condarc
.
term_conda( dir = Sys.getenv("HOME"), overwrite = FALSE, conda_path = NULL, auto_activate_base = FALSE )
dir | Character string.
|
---|---|
overwrite | Logical.
Overwrite existing |
conda_path | Character string.
Miniconda |
auto_activate_base | Logical. Auto activate base. |
if (FALSE) { term_conda( dir = getwd(), overwrite = TRUE, conda_path = file.path( Sys.getenv("HOME"), ".local", "miniconda3" ), auto_activate_base = TRUE ) }