mise
mise copied to clipboard
dev tools, env vars, task runner
I added an example for PowerShell and profile location. Please let me know if you have any questions.
Old one was archived with a README link to new locaton
### 🔍 Other Changes - Update installing-mise.md by [@jdx](https://github.com/jdx) in [d52f32c](https://github.com/jdx/mise/commit/d52f32c802d77af32036ed9ea575317be6c2f5fb) - Update installing-mise.md by [@jdx](https://github.com/jdx) in [b66f7ca](https://github.com/jdx/mise/commit/b66f7cac26186b1f935c11e296647baebf1a20f1)
### Discussed in https://github.com/jdx/mise/discussions/3885 Originally posted by **dangmai** December 30, 2024 Using this `mise.toml`: ```toml [tools] kubectl = '1.32.0' ``` `mise` will fail to install `kubectl` on Windows with the...
this still isn't working: ``` mise main ❯ m i gradle -v Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s Running `target/debug/mise i gradle -v` DEBUG ARGS: target/debug/mise...
e.g.: https://github.com/aquaproj/aqua-registry/blob/f66ddfb1a141a1645bc7a0cf5c68526ecca91a52/pkgs/gradle/gradle-distributions/registry.yaml#L7
### Discussed in https://github.com/jdx/mise/discussions/3866 Originally posted by **scop** December 29, 2024 Would be nice to support pypy installs without delegating to python-build, i.e. with `python.compile` set to false in settings....