-
Notifications
You must be signed in to change notification settings - Fork 369
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
Drop CONDA_OVERRIDE_WIN environment variable #2815
base: main
Are you sure you want to change the base?
Conversation
@@ -38,7 +38,6 @@ namespace mamba | |||
|
|||
void run_as_admin(const std::string& args); | |||
bool enable_long_paths_support(bool force, Palette palette = Palette::no_color()); | |||
std::string windows_version(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should not be removed.
Hm, apparently |
@jaimergp I'm also fine with changing the behavior in Conda. I just want both implementations to behave the same. |
It looks like My main question is whether there are packaging strategies that require |
Not that I am aware of. |
Unsupported by Conda and not useful in Mamba.
c9ac3bc
to
518061b
Compare
Well if it was never versioned, how could they? Maybe we should do the right thing and make it versioned in both? |
FYI with the potential approval of conda/ceps#103, this might not be needed after all. |
Unsupported by Conda and not useful in Mamba.