From b84594c689727a2bbcb4cd20a659a70e0c7e9e9c Mon Sep 17 00:00:00 2001 From: Jacob Mims <122570226+jtmims@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:38:41 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c26e9d11e..b6c221578 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,7 @@ for, the Windows Subsystem for Linux. when micromamba is installed - `$MICROMAMBA_EXE` is full path to the micromamba executable on your system (e.g., /home/${USER}/.local/bin/micromamba). This is defined by the `MAMBA_EXE` environment variable on your system - - The `--env_dir` flag allows you to put the program files in a designated location `$CONDA_ENV_DIR` - (for space reasons, or if you don’t have write access). - You can omit this flag, and the environments will be installed within `$CONDA_ROOT/envs/` by default. + - All flags noted for your system above must be supplied for the script to work. #### NOTE: The micromamba environments may differ from the conda environments because of package compatibility discrepancies between solvers `% ./src/conda/micromamba_env_setup.sh --all --micromamba_root $MICROMAMBA_ROOT --micromamba_exe $MICROMAMBA_EXE --env_dir $CONDA_ENV_DIR` builds From 4c3ce06a253d6b03cf67294dbfb268427a328961 Mon Sep 17 00:00:00 2001 From: Jacob Mims <122570226+jtmims@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:40:57 -0500 Subject: [PATCH 2/2] Update start_install.rst --- doc/sphinx/start_install.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/sphinx/start_install.rst b/doc/sphinx/start_install.rst index 5894301bd..c0ee01fe7 100644 --- a/doc/sphinx/start_install.rst +++ b/doc/sphinx/start_install.rst @@ -192,9 +192,6 @@ environments in your conda installation. The installation process should finish Substitute the paths identified above for <*CONDA_ROOT*> and <*CONDA_ENV_DIR*>. -If the ``--env_dir`` flag is omitted, the environment files will be installed in your system's conda's default -location (usually <*CONDA_ROOT*>/envs). - Install all the package's conda environments with micromamba by running .. code-block:: console