How to Reinstall Python with uv
One of
Simon Willison’s TIL
showed that it is easy enough to upgrade Python with uv:
| |
However this could break your existing virtual environments so instead:
| |
Which won’t get rid of the previous version.
One of
Simon Willison’s TIL
showed that it is easy enough to upgrade Python with uv:
| |
However this could break your existing virtual environments so instead:
| |
Which won’t get rid of the previous version.