I would love an integration with using uv or any python dependency tool with a docker image. I find the process of setting up a python environment within a docker image to be quite cumbersome with each project requiring fine tuning to get all your packages happy to be running within a container.
Looking forward to what Charlie comes up with regarding testing. (pytest)
Transitioning from Poetry. Some growing pains but uv is slick, I like how fast and easy it makes a venv. Great episode, this adds so much context.
I would love an integration with using uv or any python dependency tool with a docker image. I find the process of setting up a python environment within a docker image to be quite cumbersome with each project requiring fine tuning to get all your packages happy to be running within a container.
uv does not have a built-in command to list all virtual environments. Unlike Conda that provide commands like 'conda env list'.