Skip to content

Python

uv is used to to manage Python installations and virtual environments on my M1 Pro Max MacBook Pro.

Install uv via homebrew:

brew install uv

Then, install Python using uv:

uv python install 3.13