docs/cli/sync/python.md
mise sync pythonmise sync python [--pyenv] [--uv]src/cli/sync/python.rsSymlink python versions installed by pyenv or uv into mise
Use this to make versions installed by another version manager available to mise.
This won't overwrite managed installs, runtime aliases, or links from other providers.
--pyenv — Get tool versions from pyenv--uv — Sync tool versions with uv (2-way sync)-h --help — Print helppyenv install 3.11.0
mise sync python --pyenv
mise use -g [email protected] # uses pyenv-provided python
uv python install 3.11.0
mise install [email protected]
mise sync python --uv
mise x [email protected] -- python -V # uses uv-provided python
uv run -p 3.10.0 -- python -V # uses mise-provided python