Open NewUserHa opened 1 month ago
on windows cmd, when run:
micromamba.exe" shell init path
micromamba.exe" shell hook path
with --dry-run, the files will still be created.
--dry-run
this PR fixed it.
Thanks!
on windows cmd, when run:
micromamba.exe" shell init path
(init_root plus auto_run) ormicromamba.exe" shell hook path
(init_root only)with
--dry-run
, the files will still be created.this PR fixed it.