-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update python2/python3 selection during update #5
Comments
Hi, yes this would probably be sensible, perhaps as an option though rather than as default behaviour - I guess if someone has e.g. python 3.4 and 3.5 (which are in separate slots) installed, with 3.4 as default, they might get annoyed if |
Addresses issues: * https://github.com/sakaki-/genup/issues/4 * https://github.com/sakaki-/genup/issues/5 Thanks to ngerstle, iperi for requesting.
Underlying adds support for custom updaters (via /etc/genup/updaters.d), and ebuild installs a few simple examples. Addresses: *) https://github.com/sakaki-/genup/issues/4 and *) https://github.com/sakaki-/genup/issues/5; thanks to ngerstle and iperi for suggesting.
Hi, I've just released I'm very open to pull requests for more sophisticated handlers to place in the |
I have one doubt - the |
You can always modify the |
I think this is OK as is, so closing, but if you get problems with it please re-open or submit a PR on the updater in question (for example, if you want to add in a call to |
I noticed that after world update selection of python2/3 interpreter isn't updated. I'm talking about small version bumps like from 3.3 to 3.4. It is easy to update through command line:
eselect python update --python2
andeselect python update --python3
. After runningemerge --depclean
without this update symlink could become invalid.For clarification: I'm not talking about global python interpreter selection (which should be untouched).
What do you think?
The text was updated successfully, but these errors were encountered: