RunTheNumbers icon indicating copy to clipboard operation
RunTheNumbers copied to clipboard

Python3 on Ubuntu LTS20.04

Open btcschellingpt opened this issue 5 years ago • 1 comments

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?

btcschellingpt avatar Aug 29 '20 07:08 btcschellingpt

this (https://github.com/BashCo/RunTheNumbers/pull/6) might fix it

nolim1t avatar Feb 09 '21 06:02 nolim1t