Skip to content
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

add tests for mamba on windows and osx #100

Merged
merged 9 commits into from
Nov 17, 2020

Conversation

jaimergp
Copy link
Member

Trying to investigate and (hopefully) solve #59

@jaimergp
Copy link
Member Author

Ok, I am not sure if this is going to be useful, but it's a way to fix the Mamba on Windows problem.

Basically, the issue was that most users will be calling Mamba from Bash, but on Windows mamba install xxx needs to be mamba.bat install xxx. I have added a forwarder script (on Windows only) that will delegate mamba calls to mamba.bat.

@jaimergp jaimergp linked an issue Nov 17, 2020 that may be closed by this pull request
@goanpeca
Copy link
Member

Sounds good @jaimergp, now should mamba alone work on any other shell on windows?

@jaimergp
Copy link
Member Author

Hopefully @goanpeca! Check this run: https://github.com/conda-incubator/setup-miniconda/pull/100/checks?check_run_id=1412239926

@goanpeca
Copy link
Member

Ohhh lovely :)

Merging then! Will cut a new release as soon as @bollwyvl finishes #98

@goanpeca goanpeca merged commit 91aff5a into conda-incubator:master Nov 17, 2020
jaimergp added a commit to jaimergp/setup-miniconda that referenced this pull request Nov 17, 2020
goanpeca added a commit that referenced this pull request Nov 18, 2020
@goanpeca goanpeca added this to the v2.0.1 milestone Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mamba on windows "mamba: command not found"
2 participants