constructor
constructor copied to clipboard
Bundled `conda-standalone` will inherit settings from existing .condarc files
Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
What happened?
Our bundled conda-standalone.exe will read and load existing .condarc configurations, which might break the solver behavior and possibly others. For example, we built the installer with specs from different channels with channel_priority: flexible (default) but the user running the installer has a .condarc file with channel_priority: strict -- potential problems.
The solution is to add a flag or environment variable to upstream conda to disable the search path for .condarc files.
Conda Info
N/A
Conda Config
N/A
Conda list
N/A
Additional Context
This could go to conda/conda-standalone too, but I'll leave it here as a reminder to enable once available, since we are the primary users of that tool.
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
- Verify that you can still reproduce the issue at hand
- Comment that the issue is still reproducible and include: - What OS and version you reproduced the issue on - What steps you followed to reproduce the issue
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
Still an issue.