You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When using the additionalVersions parameter of the python feature, would it be possible to register all the installed versions with update-alternatives?
It would make it easier to switch from one version to another one.
Alternative creation:
…rnatives (#1260)
* [python] - issue #1172 - add version switching mechanism using update-alternatives
* removed commented code
* [python] - update-alternatives addition for ease in switching of python versions - complete
* changes for passing of other tests !!
* change for better positioning of code
* Added test case scenario for Update-Alternatives check
* added scenario for testing
* [alternatives] - added option for fedora, centos & rhel
* changed file name
* changes for update-alternatives test case proper functioning
* arrange in asc order for default value retention after testing ends
Hello,
When using the
additionalVersions
parameter of the python feature, would it be possible to register all the installed versions with update-alternatives?It would make it easier to switch from one version to another one.
Alternative creation:
Alternative selection:
Ideally, it would be even better if the installation path was limited to 3.x or if a symlink 3.x was pointing to the corresponding version:
This way, the user doesn't have to know which specific version has been installed, only needs to know which main version they wants:
or if alternatives are not installed:
The text was updated successfully, but these errors were encountered: