mise
mise copied to clipboard
dev tools, env vars, task runner
rye uses best practices and is also implemented in rust: https://github.com/mitsuhiko/rye
I want a way to use rtx to install a tool to an arbitrary directory (one not managed by rtx). This way rtx can be a replacement for tools like...
The way that `rtx` modifies environment variables via a shell hook, necessarily means that it requires a shell. In normal use, this is not a problem - users generally interact...
Many modern applications can be downloaded, compiled and installed through language package managers. For example: ```bash cargo install [email protected] ``` and ```bash go install github.com/derailed/[email protected] ``` Executing these will install...
**Describe the bug** The docs mention the following for VScode support: > IDEs work better with shims than they do environment variable modifications. The simplest way is to add the...
Not so consistent use of python for poetry command (not the final version managed by poetry itself)
If I have both python from global and local directory like this : ``` jylenhof@pcportablejyl:~/toto$ rtx list jq 1.7 poetry 1.7.1 ~/.config/rtx/config.toml 1.7.1 python 3.9.18 ~/toto/.rtx.prod.toml 3.9.18 python 3.10.13 shellcheck...
**Describe the bug** I created a `.rtx.toml` file using the example given in the top level `README.md`: ``` [tools] python = { version = '3.10', virtualenv = '.venv', virtualenv_default_packages =...
When rtx tries to check latest tool versions (and perhaps other situations), it may panic after a timeout in update. ``` [WARN] rtx::toolset::tool_version_list: failed to resolve tool version: timed out:...
**Describe the bug** There was an existing installation of `pyenv` with multiple Python versions. `rtx` was installed, and the `pyenv` installed Pythons were uninstalled, and `pyenv` uninstalled. Multiple attempts to...
I’m looking at developing a variation of the [kx](https://github.com/halostatue/kx) tool (a fork of [kiex](https://github.com/taylor/kiex)) that I had been working on as an rtx plugin in order to provide a *better*...