Building DEV environments for Python development | Aurora | Containers

I have a similar, more specific question.

I don’t have an answer yet.
silverblue-team

You should be able to run the same commands that your are used to but inside of a toolbox or distrobox container. The one you choose does not matter, it’s the same technology under.

Here are some resources:


Personal experience:

When I was developing, I used to simply build my images. Very simple and reproducible, a Podman Compose or Dockerfile is all you need. If you are using a container like Distrobox or Toolbox, I would isolate them into their own /home to avoid cross pollination.

Editors don’t matter, Fashion Trends do not matter ( What are we using today? what are all the cool kids using right now ) None of those things matter.

What matters is reproducibility and efficiency. Learn the tools you have, make them work for you.

2 Likes