Mise Python not working in the terminal of Cursor on Ubuntu

I use mise to manage my python installations, the experience with it usually is great.

But on Ubuntu Cursor installation, in the integrated terminal, mise python doesn’t work, even if I run it with absolute path.

mise cursor-0.42.5-build-24111460bf2loz1-x86_64.AppImage is not a valid shim
mise Run with --verbose or MISE_VERBOSE=1 for more information

❯ mise --verbose
mise cursor-0.42.5-build-24111460bf2loz1-x86_64.AppImage is not a valid shim
mise Run with --verbose or MISE_VERBOSE=1 for more information

❯ mise          
mise cursor-0.42.5-build-24111460bf2loz1-x86_64.AppImage is not a valid shim
mise Run with --verbose or MISE_VERBOSE=1 for more information

Mise Python works great on the regular terminals.