Something I wanted to try out required python 3.13, and I'm currently on 3.12 on my dev machine. Time for an upgrade!
`conda update python` just spent a dozen minutes contemplating it's navel, so I killed that.
`uv python install` on the other hand? 4.35 seconds and done.
`conda update python` just spent a dozen minutes contemplating it's navel, so I killed that.
`uv python install` on the other hand? 4.35 seconds and done.
Comments
I started using conda about three years ago because I wanted to mess about with some ML things before starting work somewhere it was pertinent, and brew+vanilla pip were having issues getting pytorch etc installed.
(also, note that that was 4.35 seconds over wifi, just tethering my laptop to my phone's 4G internet connection)