Warning
Work in progress
Smarts is a Language Server Protocol client for Sublime Text.
By default uv python install
will verify that a managed Python version is installed or install the latest version.
However, a project may include a .python-version
file specifying a default Python version. If present, uv will install the Python version listed in the file.
To find a Python executable, use the uv python find
command:
$ uv python find
By default, this will display the path to the first available Python executable.