JorgeGar commented on issue #5128: URL: https://github.com/apache/incubator-devlake/issues/5128#issuecomment-1539771526
> Hi @JorgeGar , thanks for your report. > > @keon94, would you take a look at this issue? Hi @mindlesscloud, @keon94, I have a few ideas on how to solve it that I hope will help. They won't be the prettiest, but I've been testing and they should work: - The easiest would be to create a user and make sure that the user has poetry installed. That would force us to use that user in the security context, but that's already the case for the UI because of Nginx... - Another option would be to install Poerty in a different path and modify the code so it uses that full path binary instead of relying on the Path env variable. I will try and post one of the options in a PR so we can discuss it there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
