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

Update script for Python3 #14

Open
captaintrav opened this issue Jan 3, 2023 · 1 comment
Open

Update script for Python3 #14

captaintrav opened this issue Jan 3, 2023 · 1 comment

Comments

@captaintrav
Copy link

This script does the trick, but does not work on Ubuntu 22.04 since 'python' (python 2.7) is not installed.

If you install the python-is-python3 package it works, but maybe the script could be updated to call python3 instead of 'python' does not exist. Since it's just a one-liner it works fine with a python 3.x interpretter.

@ogmkp
Copy link

ogmkp commented Mar 13, 2023

This script does the trick, but does not work on Ubuntu 22.04 since 'python' (python 2.7) is not installed.

If you install the python-is-python3 package it works, but maybe the script could be updated to call python3 instead of 'python' does not exist. Since it's just a one-liner it works fine with a python 3.x interpretter.

Works for Debian 12 Bookworm by installing python-is-python3, thanks for the trick.

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

2 participants