jdx

Results 485 comments of jdx

there is built-in venv support: https://github.com/jdxcode/rtx/blob/main/docs/python.md#experimental-automatic-virtualenv-creationactivation

yes, just trying to find the time to have a look at what needs to be done for it

Standard mise behavior for other language is defaulting to precompiled binaries and compiling if precompiled binaries do not work. That said, I know in general precompiled binaries are not used...

Reconsidered to do what? There's no clear ask for what exactly rye would fit in

looks like the `gem -v` check might need to be removed or something

I believe this should not be an issue because we set this: https://python-poetry.org/docs/master/configuration/#virtualenvsprefer-active-python-experimental

closing since it's basically a duplicate of #676

It's likely the npm shim is causing this. As a workaround, you can probably remove the shim and make it a symlink like it normally is. We could probably fix...