I'm trying to use plugins with deluge(auto-remove and/or auto-extractors). I believe I have the python 3 versions but I cannot get them to even show up in the webUI.
Tried importing useing webUI's plugin install and tried just dropping the .egg file into the .config folder and restarting the deluge daemon.
I think my issue is around python. In the plugins wiki it says run python --version.
When I do this I get:
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
I'm guessing my issue is something around python3 not being setup with a shortcut to the proper name. but am wondering how I should be setting this up to be done properly? With the end goal being I can add new plugins
python installed but missing?
Re: python installed but missing?
run
And then rename your plugins according the python version displayed
Code: Select all
python3 --version