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

quicker way to set up /usr/bin/python #34

Open
jmtd opened this issue Jan 8, 2025 · 0 comments
Open

quicker way to set up /usr/bin/python #34

jmtd opened this issue Jan 8, 2025 · 0 comments

Comments

@jmtd
Copy link
Contributor

jmtd commented Jan 8, 2025

'sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10'

I'm not sure you need to do this at all (all well-written bits and pieces should call python3 for python 3 anyway), but you can avoid this separate step by adding the package python-is-python3 to the DEB package installation list. (It could replace python3, since it depends on python3).

@manusa manusa moved this to Planned in Eclipse JKube Jan 9, 2025
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