Add support for conda init --condabin, which adds condabin/ to PATH#965
Add support for conda init --condabin, which adds condabin/ to PATH#965jaimergp merged 151 commits intoconda:mainfrom
conda init --condabin, which adds condabin/ to PATH#965Conversation
…o pydantic-schema
Co-authored-by: Marco Esters <mesters@anaconda.com>
|
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?