You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is not solved in the Troubleshooting docs
Anaconda default channels
I do NOT use the Anaconda default channels (pkgs/* etc.)
How did you install Mamba?
Other (please describe)
Search tried in issue tracker
envs_dirs
Latest version of Mamba
My problem is not solved with the latest version
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
I manage a multi-user Windows server that uses a systemwide .condarc file to ensure environments and package cache is stored on a large disk. The file looks like this and is stored under C:\ProgramData\miniconda3 (=$CONDA_PREFIX)
I have not set the $MAMBA_ROOT_PREFIX (as that gives me other issues) and it uses the default value of C:\ProgramData\miniconda3\Library. Regardless, the pkgs_dirs setting is taken from the system-wide .condarc, while the envs_dirs is not. This seems to be an inconsistency.
If I create a user conda config file at ~/.condarc, then the envs_dirs setting is taken from there. But, the idea of creating a system-wide condarc file is that some settings are then set for all users, regardless if they have a user config or not.
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Other (please describe)
Search tried in issue tracker
envs_dirs
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
I manage a multi-user Windows server that uses a systemwide .condarc file to ensure environments and package cache is stored on a large disk. The file looks like this and is stored under
C:\ProgramData\miniconda3
(=$CONDA_PREFIX)If I open an Anaconda Powershell Prompt and run
conda config --show-sources
:If I run
mamba config list --sources
in the same terminal I get:I have not set the
$MAMBA_ROOT_PREFIX
(as that gives me other issues) and it uses the default value ofC:\ProgramData\miniconda3\Library
. Regardless, thepkgs_dirs
setting is taken from the system-wide.condarc
, while theenvs_dirs
is not. This seems to be an inconsistency.If I create a user conda config file at
~/.condarc
, then theenvs_dirs
setting is taken from there. But, the idea of creating a system-wide condarc file is that some settings are then set for all users, regardless if they have a user config or not.mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: