Closed chrisquince closed 5 years ago
At the start of the script I only specified, #!/usr/bin/env/python, which mean the default available python will be used. We can specify a python version with something like :
On our server, both python are installed, but the default python remain python2 which why it is executed using python2. Do you want me to specify python on all script? They are all python3 compatible, but also python2 compatible.
OK that seems fine, just worth noting that we need to write scripts compatible with both.
The scripts seem to be compatible with python3 but I think they are run through python2 is there a reason for this e.g. Filter_Cogs.py