-
Notifications
You must be signed in to change notification settings - Fork 175
Add support for conda init --condabin, which adds condabin/ to PATH
#965
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
Conversation
…o pydantic-schema
Co-authored-by: Marco Esters <[email protected]>
|
Hello @jaimergp, thanks a ton for working on this, I've subscribed to this PR for some time and glad to see a momentum building up! I have a use case for this, but I am not certain the PR as-is would help me once it's merged (mainly because I did not bother reading/understanding the codebase 😛). My use case is
Would this work? Thanks! |
Hey @leofang! Windows admin accounts are not allowed to modify PATH with these installers due to CVE-2022-26526. You can, however, run |
Description
Closes #960.
Based on #943 to avoid conflicts down the line because this adds new options to
construct.yaml. Excuse the diff while 943 gets reviewed.Windows:
macOS:
Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?