You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
micromamba shell init uses -p to supply the root prefix. This is inconsistent behavior with all other places where you can supply the root prefix. This is usually done via -r.
❯ micromamba shell --help
[...]
Options:
-h,--help Print this help message and exit
-s,--shell TEXT:{bash,cmd.exe,dash,fish,posix,powershell,tcsh,xonsh,zsh}
A shell type
--stack Stack the environment being activated
-p,-n,--prefix,--name TEXT The root prefix to configure (for init and hook), and the prefix to activate for activate, either by name or by path
[...]
❯ micromamba --help
[...]
Prefix options:
-r,--root-prefix TEXT Path to the root prefix
-p,--prefix TEXT Path to the target prefix
--relocate-prefix TEXT Path to the relocation prefix
-n,--name TEXT Name of the target prefix
[...]
The text was updated successfully, but these errors were encountered:
micromamba shell init
uses-p
to supply the root prefix. This is inconsistent behavior with all other places where you can supply the root prefix. This is usually done via-r
.The text was updated successfully, but these errors were encountered: