-
Notifications
You must be signed in to change notification settings - Fork 237
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 support #578
Comments
Merged
fdncred
pushed a commit
that referenced
this issue
Mar 26, 2024
I initially tried to get Micromamba to work with Nushell by using the script from [this issue](#578). But even after fixing the syntax errors I couldn't activate any env. With these modifications, Micromamba seems to be working fine. Please note that I'm far from a Nu expert so my code might not be very idiomatic. If that is the case please tell me so and I'll be happy to do the necessary changes.
maxim-uvarov
pushed a commit
to maxim-uvarov/nu_scripts_reduced_size
that referenced
this issue
Oct 12, 2024
I initially tried to get Micromamba to work with Nushell by using the script from [this issue](nushell/nu_scripts#578). But even after fixing the syntax errors I couldn't activate any env. With these modifications, Micromamba seems to be working fine. Please note that I'm far from a Nu expert so my code might not be very idiomatic. If that is the case please tell me so and I'll be happy to do the necessary changes.
maxim-uvarov
pushed a commit
to maxim-uvarov/nu_scripts_reduced_size
that referenced
this issue
Oct 13, 2024
I initially tried to get Micromamba to work with Nushell by using the script from [this issue](nushell/nu_scripts#578). But even after fixing the syntax errors I couldn't activate any env. With these modifications, Micromamba seems to be working fine. Please note that I'm far from a Nu expert so my code might not be very idiomatic. If that is the case please tell me so and I'll be happy to do the necessary changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I adapted the conda script to also support micromamba. i am not a nushell expert, so i am hesitant to make a PR out of it, but wanted to first post it here for other people to find.
BTW i first needed to create a scripts folder and uncomment the command in the env.nu file to actually make it load the module
i just changed the mamba executable, adapted the command and quickfixed the mutable variable.
The text was updated successfully, but these errors were encountered: