Closed lorenzotomasini closed 7 years ago
here:
https://github.com/openbaton/ems/blob/develop/receiver.py#L112-L115
in order to support python 3 we need to run python3 instead of python. also in the second case /bin/bash does not work even if the first line is correctly setup
/bin/bash
simply remove the ['python']
['python']
here:
https://github.com/openbaton/ems/blob/develop/receiver.py#L112-L115
in order to support python 3 we need to run python3 instead of python. also in the second case
/bin/bash
does not work even if the first line is correctly setup