Following my previous post, today I wanted to see if I could replace my pyenv and pyenv-virtualenvusage with uv. Install uv If you haven’t done it yet, you need to first install uv using either this method or one of the methods described in the documentation: 1 2 brew update brew install uv Install Python uv can detect Python versions installed in different ways in the system or it can install its own copies. You can check which ones are installed, using this command: 1 uv python list --onl...