Hi Gary,
On Fri Jan 23, 2026 at 9:55 AM CET, Tracker wrote: > I'm not particularly familiar with flask, but the environment variable > approach I suggested simply updates the PATH to allow your start command > subprocess to be able to call other commands without absolute file paths > (e.g., > flask, curl, wget). Of course, for this to work, you have to first make sure > that these packages are installed in the system profile since that is the only > one that I added to the PATH here. Yes, I added them in the profile by extend the profile service, but could not make that work. I’ll stick with the wrapper script approach for now, but I’ll definitively try to improve on that later! -- Tanguy
