Replies: 2 comments 1 reply
-
|
You need to run If fnox is already installed and you're still seeing this error, try This comment was generated by Claude Code. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This error is now happening on the latest mise version even when the plugin is installed... Interestingly though, running warningmise.toml[plugins]
fnox-env = "https://github.com/jdx/mise-env-fnox"
[tools]
fnox = "latest"
java = "temurin-25"
python = "3.14"
[env]
_.fnox-env = { tools = true }
_.python.venv = { path = "helpers/.venv", create = true }
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use the mise integration with mise 2026.2.23 and fnox and with mise activated in my shell.
I tried the example from the fnox doc:
I receive the following error when entering the directory where the .mise.toml is:
Seems mise is ignoring the tools = true arg and call the plugin before the tool is installed.
Beta Was this translation helpful? Give feedback.
All reactions