Jonas Haag
Jonas Haag
Smaller reproducer: ``` micromamba create -p /tmp/env1 curl -y micromamba env export -p /tmp/env1 -e > /tmp/env1export micromamba create -p /tmp/env2 -f /tmp/env1export /tmp/env2/bin/curl ```
Please rephrase the question I don't understand
Yeah it's fine to use non-Anaconda `defaults` channels, although I don't recommend it because it makes `environment.yml` files less well specified when you don't include the channels
Works for me ``` $ wget -qO- http://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba x bin/micromamba $ ls bin/ micromamba* ```
Try running wget individually. What does `file latest` (or whatever the download file name is) report?
What does `file` say? Can you untar it manually?
Wow but why does it do it?
Is there anything we should fix in the docs?
I can confirm that this is still an issue