jdx
jdx
doesn't pyenv already emit warnings about this visible under `mise install`?
seems it does: ``` root@eb8ce2fc0e60:/# MISE_ALL_COMPILE=true /root/.local/bin/mise install python Downloading Python-3.12.4.tar.gz... -> https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tgz Installing Python-3.12.4... Traceback (most recent call last): File "", line 1, in File "/root/.local/share/mise/installs/python/3.12.4/lib/python3.12/bz2.py", line 17, in...
are you running alpine or nixos? https://github.com/jdx/mise/blob/9138e2e6ec09a36c7791c9a6b4e5f7ab138fcb63/src/config/settings.rs#L178
so the reason is pretty simple, indygreg just hasn't created a release with 3.11.9 yet: https://github.com/indygreg/python-build-standalone/releases
if you specify `mise use [email protected]` it means to use the latest version of 3.11. If that is a version that has a precompiled binary available, the precompiled version will...
I think it's more important to use the correct version than it is to always use precompiled binaries. This also matches how other languages and tools in this space behave....
I think it'd be better if we just found out why CLICOLOR_FORCE isn't working and fixed that directly
> If npm could be made a symbolic link the problem with this is that it's currently a shim that automatically runs `mise reshim` when global packages are installed so...
> Since corepack has become the Node ecosystem standard for communicating Node-specific tools via package.json, it would be awesome if Mise added support for corepack. This could be accomplished either...
Sorry just haven't found a time to review yet, I'll give it a pass soon