-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address mamba v2 incompatibilities (#368)
* look for mamba in more places and guarantee existence * parameterize mamba versions * debug locations * pass options * Pass MAMBA_ROOT_PREFIX for mamba v2 * mamba v2 doesn't create env with update * copy to condabin? * use basename * fix extension * fix path under Windows * extra verbose * is it pip? * it wasn't pip * do not compile pyc on win * temporarily remove pip section * bash wrapper goes in condabin * compile * debug a bit * fix workflow * amend paths * mark as executable? * remove which? * debug and disablew a few workflows * activate before forward? * slashes? * refactor forwarders * bash forwarder only on 1.x * fwd via cmd? * which * move to the bottom * this one too * fix executable names * revert * clean up a bit * mark as generated * restore bash forwarder * hide from local diff too * do we still need MAMBA_COMPILE_PYC?
- Loading branch information
Showing
8 changed files
with
228 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.js -diff | ||
dist/setup/index.js linguist-generated=true -diff | ||
dist/delete/index.js linguist-generated=true -diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.