- Code: Select all
DeleteSamples: env: can't execute 'python2': No such file or directory
- Code: Select all
I looked for python 2 but unable to find it, I tried changing the first line of the relevant scripts from
- Code: Select all
#!/usr/bin/env python2
to
- Code: Select all
#!/usr/bin/env python
re processed from nzbget and it all worked fine. So I guess something got broken in the update in respect of pythons, should I try uninstall and reinstall, or is there something I could simply link or edit?