-
Notifications
You must be signed in to change notification settings - Fork 2
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
genie_python: Install more intelligently #6369
Comments
How often is the local instrument genie python different to the clean install? I guess it is more likely to be different on a scientist's desktop pc? |
I think it's very unlikely to be different but we don't know and we deliberately made the decision to let scientists modify it if they want. |
2 tasks
Different post g_p split. Newer tickets with substantially similar requirements elsewhere. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an instrument scientist I would like:
Currently we copy new genie_python releases without deleting existing files that are on the instrument in an attempt to preserve any installed packages. This caused issues with numpy in the past (#6368) and may cause issues with other packages in the future.
Acceptance Criteria
Notes
pip freeze
before install and compare it with a vanilla genie_python install. If it's the same completely overwrite everything. If different highlight this to the person doing the install and they can work out how to proceed.The text was updated successfully, but these errors were encountered: