- Uninstall previous version if on macOS:
brew uninstall python - Install uv
- It'll prompt you to reload your shell so that updated
PATHtakes effect - Run
uv python install 3.14 - You can now use it with
python3.14bench migrate-env python3.14bench init --python python3.14
- Uninstall previous version if on macOS:
brew uninstall node - Install nvm
- It'll prompt you to reload your shell so that updated
PATHtakes effect - Run
nvm install 24 - You can now use it with
node