tdulcet / Distributed-Computing-Scripts

🖧 Distributed Computing Scripts for GIMPS, BOINC and Folding@home
MIT License
18 stars 12 forks source link

Patch for Ubuntu 20.04 #10

Closed selroc closed 3 years ago

selroc commented 3 years ago

Python version is 3.

tdulcet commented 3 years ago

Thanks for the pull request!

The PrimeNet script still supports both Python 2 and 3, which is why the shebang has python. However, I do obviously recommend users use Python 3, so I am fine with this change.

selroc commented 3 years ago

on Ubuntu 20.04 the default is 'python3', calling 'python' stops the script.