Back to Mise

`mise sync python`

docs/cli/sync/python.md

2026.9.21.1 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise sync python

Symlink 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.

Flags

  • --pyenv — Get tool versions from pyenv
  • --uv — Sync tool versions with uv (2-way sync)
  • -h --help — Print help

Examples

pyenv 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
<!-- generated reference navigation -->