Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding python library in /usr/.local and ~/.local #110

Open
aliencrash opened this issue Jul 25, 2023 · 0 comments
Open

Finding python library in /usr/.local and ~/.local #110

aliencrash opened this issue Jul 25, 2023 · 0 comments

Comments

@aliencrash
Copy link

Hi,

I'm using fedora image 36 to create my container image for Odoo. but I found a behavior that is strange and only happen with fedora container. Since our infrastruture is K8s we use Init Container to run pip install commands when they find requirement files. since the container is already running, and the user is not root user, this library are installed in Odoo user home directory. If I use debian container Odoo is able to find the python modules with no issue, but from fedora container the python library is not found. Even if we install library in /usr/local they are not found either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant