nextcloud / news-updater

:newspaper: Fast, parallel feed updater for the News app; written in Python
GNU General Public License v3.0
107 stars 24 forks source link

setup.py is missing the uninstall option #19

Closed SchleimKeim closed 4 years ago

SchleimKeim commented 4 years ago
root@web:~/code/news-updater # python3.7 setup.py uninstall
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'uninstall'
Grotax commented 4 years ago

I think it makes more sense to install python packages via pip, pip in return will offer you an uninstall option. You can also install from a local directory with pip.

SchleimKeim commented 4 years ago

sure, but uninstall is (or was) listed in the output of setup.py --help.commands