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

micromamba env export exports full channel URLs #2235

Closed
2 tasks done
jonashaag opened this issue Jan 18, 2023 · 0 comments · Fixed by #2260
Closed
2 tasks done

micromamba env export exports full channel URLs #2235

jonashaag opened this issue Jan 18, 2023 · 0 comments · Fixed by #2260
Assignees
Labels
type::bug Something isn't working

Comments

@jonashaag
Copy link
Contributor

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

Search tried in issue tracker

env export channels

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

Not reproducible with Conda

Describe your issue

$ mamba env export | head
name: mamba-dev
channels:
  - conda-forge
...

$ micromamba env export | head
name: mamba-dev
channels:
- https://conda.anaconda.org/conda-forge
...

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants