-
Notifications
You must be signed in to change notification settings - Fork 790
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
Treat base conda environment as though it was a system Python #7137
Labels
Comments
zanieb
added
needs-decision
Undecided if this should be done
breaking
A breaking change
labels
Sep 7, 2024
zanieb
added a commit
that referenced
this issue
Oct 21, 2024
zanieb
added a commit
that referenced
this issue
Oct 22, 2024
zanieb
added a commit
that referenced
this issue
Oct 24, 2024
zanieb
added a commit
that referenced
this issue
Oct 25, 2024
zanieb
added a commit
that referenced
this issue
Oct 25, 2024
charliermarsh
pushed a commit
that referenced
this issue
Oct 28, 2024
zanieb
added a commit
that referenced
this issue
Oct 29, 2024
zanieb
added a commit
that referenced
this issue
Nov 4, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 4, 2024
zanieb
added a commit
that referenced
this issue
Nov 4, 2024
zanieb
added a commit
that referenced
this issue
Nov 5, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 6, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 6, 2024
charliermarsh
pushed a commit
that referenced
this issue
Nov 6, 2024
zanieb
added a commit
that referenced
this issue
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The base environment of conda is often not something that should be installed into as it can break conda.
It appears you can detect if the base environment is currently activated if
CONDA_PREFIX_1
is not set and/orCONDA_DEFAULT_ENV
is equal tobase
(on very old versions of conda this was namedroot
) : https://conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html#conda-activatePerhaps worth requiring users to use
--system
to install into this base conda environment?The text was updated successfully, but these errors were encountered: