-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conda-build install causes havoc with non-base environment installs! #3813
Comments
Is it actually |
Some clarification on the Since it depends on If If indeed |
Another option might be for |
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:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
It looks like a developer had added this issue to a list of issues that are to be looked at, perhaps it should reopened? I believe this is still an issue, I might have a go at reproducing it and will comment confirming. |
Actual Behavior
Installing conda-build from a "non-base" environment causes havoc with active environments
Here is conda info right after the install
Expected Behavior
Installing conda-build should respect the current activated environment.
The conda-build package should be installed in the named environment and not switch to base environment.
Steps to Reproduce
Output of conda info
Workaround
Stay in base when installing into named environment
while in base environment do the install as below
References issue
Conda Issue 9445
The text was updated successfully, but these errors were encountered: