On 1/15/20 4:12 PM, Graeme Jury wrote:
I can't simply unload python 3.6 and upgrade to python 3.7
???? You don't have to, you can have both 3.6 and 3.7 installed. 3.6 remains the default for the Mint applications, and when you want to start something that requires 3.7, you simply preface it with python3.7, like so:? "python3.7 nanovna-saver.py."?? I currently have the following python versions installed on Mint 19.1 Cinnamon:
jim@jim-P55A-UD3P:~$ python --version
Python 2.7.17
jim@jim-P55A-UD3P:~$ python3 --version
Python 3.6.9
jim@jim-P55A-UD3P:~$ python3.7 --version
Python 3.7.5