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
This is just a question I have. Sorry if issues is the wrong location to ask it.
Is there a way to have conda's solver honor channel_priority: strict when calling constructor .? The only thing I could find in the docs was the condarc option but that seems to drop a condarc file in the base installation after installing, so that these settings would be applied to users of the installation. How would I go about enforcing this setting when building the installer?
The text was updated successfully, but these errors were encountered:
I see. The issue I'm trying to address is that we have multiple people build the installer for testing and I want to ensure that everyone builds with the same conda settings. So it sounds like I need them to do something like:
CONDA_CHANNEL_PRIORITY=strict constructor .
to ensure any local settings they have in their condarc are overwritten. I'll give that a go.
This is just a question I have. Sorry if issues is the wrong location to ask it.
Is there a way to have conda's solver honor
channel_priority: strict
when callingconstructor .
? The only thing I could find in the docs was thecondarc
option but that seems to drop acondarc
file in the base installation after installing, so that these settings would be applied to users of the installation. How would I go about enforcing this setting when building the installer?The text was updated successfully, but these errors were encountered: