My setup.py is adding an entry to the user's crontab on installation. I want to remove that entry if the user uninstalls the package. From what I've seen, it seems impossible. Hoping someone here has a solution.
Asked
Active
Viewed 53 times
5
-
There's an open feature request for this on the pip issue tracker: https://github.com/pypa/pip/issues/857 – ali_m Nov 12 '15 at 19:00
1 Answers
1
This is not possible at this moment, see python setup.py uninstall
Still, there is this feature request for implementing it https://github.com/pypa/pip/issues/857 which is more than 1.5 years old and without any comments on it.
This makes me think that it will not happen too soon. I do also suspect that there may be some other issues that do prevent this from being implemented.