Shut down virtual environment
shutdown_virtual_env(env_name = PYTHON_R_ENV, force = TRUE)
an environment name to use for new virtual or conda environments.
Logical (TRUE
/FALSE
). If FALSE
, confirm before removing
packages or virtual environments
Call this to shutdown a virtual environment
This will shut down the environment... Shutting it down means you'd have to install the packages again, should we need them again. Given that, you should only shut this down -if you are done- using the python packages.