I successfully installed Python 3.14 using uv python install. Scripts run fine with uv run example.py or directly via python3.14 example.py.
However, it's not detected in the global environment. When I click to install a new one, it says "Python 3.14.3 is already installed".
When I try to select it as a Python interpreter i get 'Selected file is not a valid Python interpreter'
What am I missing? And how to fix that?