Open gdevenyi opened 5 months ago
If I'm installing micromamba system wide, I expect it to work in terms of micromamba activate with no further commands needed.
micromamba activate
Right now I need to, or do the shell init for every user
Something like
/etc/profile.d/micromamba_activate.sh
eval "$(micromamba shell hook --shell=bash)"
Would make it universal on login.
Thanks @gdevenyi, that seems like it makes sense. Would you like to make a PR for this?
PR #9
If I'm installing micromamba system wide, I expect it to work in terms of
micromamba activate
with no further commands needed.Right now I need to, or do the shell init for every user
Something like
/etc/profile.d/micromamba_activate.sh
Would make it universal on login.