Skip to content
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

Deprecate -m/--mkdir from conda install #13751

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Apr 1, 2024

Description

There are two ways to create a new environment by listing the packages to install:

  1. conda create ... (recommended and documented)
  2. conda install --mkdir ... (not recommended and undocumented)

Here we remove --mkdir in favor of the more explicit conda create.

Originally introduced in conda 2.3 (see ad37b47)

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Apr 1, 2024
Copy link

codspeed-hq bot commented Apr 1, 2024

CodSpeed Performance Report

Merging #13751 will not alter performance

Comparing kenodegard:deprecate-mkdir (790af2c) with main (11c21d5)

Summary

✅ 21 untouched benchmarks

@kenodegard kenodegard marked this pull request as ready for review April 2, 2024 01:46
@kenodegard kenodegard requested a review from a team as a code owner April 2, 2024 01:46
Copy link
Contributor

@travishathaway travishathaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

@kenodegard kenodegard merged commit ac74c10 into conda:main Apr 2, 2024
66 checks passed
@kenodegard kenodegard deleted the deprecate-mkdir branch April 2, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

5 participants