python installed but missing?

Suggest, post, or discuss plugins for Deluge
Post Reply
tstuart
New User
New User
Posts: 5
Joined: Wed Sep 30, 2020 6:29 am

python installed but missing?

Post by tstuart »

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
benba
Member
Member
Posts: 20
Joined: Mon Oct 28, 2019 10:09 am

Re: python installed but missing?

Post by benba »

run

Code: Select all

python3 --version 
And then rename your plugins according the python version displayed
Post Reply