-
Notifications
You must be signed in to change notification settings - Fork 66
Avoid conflicts with OS python packages by using Python venv in /opt/rucio #475
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
base: master
Are you sure you want to change the base?
Avoid conflicts with OS python packages by using Python venv in /opt/rucio #475
Conversation
|
Please mind this needs manual testing. I might have missed something |
|
I like, a lot, the idea of having a venv for rucio rather than using the global python libraries, but I wonder if mixing rucio binaries and the venv ones is a good idea. I would personally put the venv in a different location |
|
Right now, the baked venv at Also, another idea might be to break this into separate PR per container. It feels like reviewing all of them at once, comes with the disadvantage of having a huge scope. Which means that this will take quite a long time to be merged. I think we should at least start with the dev container and see how this goes. That one is not very dangerous to merge and play with. Dunno. |
|
I like the idea of trying it on the dev container first. Then do the others. |
Closes: #458