jdx
jdx
maybe you can see more details with `RTX_TRACE=1` (not a typo—that plugin uses that env var still) you may need to run `mise cache clear` I suspect we're getting back...
strange, I see nothing wrong with that path
it seems to work for me now, try updating mise-poetry
note that this logic is solely around _writing_ the config files, not _reading_. reading is actually easier since we just merge everything up but when we write we have to...
activate/shims is a tough question that has a lot of subtle differences. Personally I use neither, but I'm not a typical user. I did a writeup on this topic here:...
yeah I think that a lot of it might come down to whether or not you care if `which python` works or not. Personally I care quite a lot about...
this is working for me: ``` mise main ❯ mise activate fish | source mise main ❯ which python /Users/jdx/.cache/venv/bin/python ``` I assume it's been fixed since posting...
you may want to try setting `MISE_EXPERIMENTAL=1` because of #863
yeah that should be updated. rtx is in there but someone will need to rename it
hmm yeah, it sets the root to the "project root" but that is the root of the top config file, not the current one that the venv is defined in....