|
|
|
|
|
by sgillen
2326 days ago
|
|
you can just hashbang to python3 which is a symlink to whichever python3.X the user has. If your code won’t work for older versions you can make an explicit check that the version of python is greater than whatever you need. |
|