Closed 47k closed 2 years ago
Got this issue since upgrading from Buster to Bullseye: /usr/bin/env: ‘python’: No such file or directory
Got it - if you change
to
and it is working again
Thanks! fix it in cmk 1.0.
Got this issue since upgrading from Buster to Bullseye: /usr/bin/env: ‘python’: No such file or directory
Got it - if you change
!/usr/bin/env python
to
!/usr/bin/env python3
and it is working again