Open jonashaag opened 1 year ago
I removed m.exe.bkup
, then it worked but I got
The following arguments were not expected: C:\Users\USER\micromamba -p
Run with --help for more information.
Similar issue on Linux
error libmamba Could not lock non-existing path '/home/USER/micromamba/conda-meta'
Transaction starting
Download only - packages are downloaded and extracted. Skipping the linking phase.
The following arguments were not expected: /home/USER/micromamba -p
Hmm – the first issue looks like a Windows issue about not making it easy to replace a file that is in use. I need to check, but I think we wrote some additional wrapper stuff in the cmd.exe hooks to take care of that, and I didn't think of the "bash / cygwin" use case ...
Regarding the issue on Linux I am wondering if it has to do with some of the shell
command modifications that were recently done (cc @AntoinePrv)
reinit
seems to be a guard againt possible change in the initialization script.It the Windows still an issue?
I'm using Cygwin on Windows 10