I thought maybe i can specify the relative github url, but not even the example from the docs seems to work:
$ mise use -g 'vfox:version-fox/vfox-cmake'
mise ERROR Failed to install vfox:version-fox/vfox-cmake@3.30.5
mise ERROR Invalid version: vfox-version-fox-vfox-cmake
mise ERROR relative URL without a base
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
Would it be possible to allow installing python via vfox backend?
With latest version of mise, if i run
mise use python
on an arm windows machine, I get:I thought maybe i can use the vfox backend to install python, but:
Running
mise registry
doesn't show vfox:python in the list, but it seems to be an officially supported plugin of vfox, as listed here: https://vfox.lhan.me/plugins/available.html https://github.com/version-fox/vfox-pythonI thought maybe i can specify the relative github url, but not even the example from the docs seems to work:
Would it be possible to allow installing python via vfox backend?