Not exactly. For starters right now I am getting to know OpenBSD as a platform so at this point is more about evaluating if and how to alter my workflows to better fit with the platform.
Next off though is in general with python code I do consider it important to think about what the deployment will look like on several target environments. Write once and run everywhere doesn't always work out exactly like that with python. It sounds nice but is rarely reality. In general though if I have a specific project to code, I am starting from several pre-canned requirements files or docker images/compose scripts that I have already set up for specific types of projects. So this is a case more of understanding how one of my use cases fits in the OpenBSD eco system more so than just trying to setup a dev environment to do XYZ. Ken On Tue, May 01, 2018 at 10:28:36PM +0200, Ve Telko wrote: > Hi, Ken. > > Did you noticed that you are spending much more time > with setting up your env every time you want to run your > python apps than with programming itself? > > No offense but I think this is not normal. > > Ve. >

