Skip to content

Python3 on Ubuntu LTS20.04 #4

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

Open
btcschellingpt opened this issue Aug 29, 2020 · 1 comment
Open

Python3 on Ubuntu LTS20.04 #4

btcschellingpt opened this issue Aug 29, 2020 · 1 comment

Comments

@btcschellingpt
Copy link

Ubuntu LTS20.04 uses Python 3.8 as the default version which means the default script fails when invoking "python". This is easily rectified by altering the the "python" invocations (lines 30 and 34) to "python3".

Not sure if this is best resolved with an addendum to README or attempting to identify the active python version and then invoke appropriately.. because RTFM always works so well right?

@nolim1t
Copy link

nolim1t commented Feb 9, 2021

this (#6) might fix it

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