DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Uninstall script #152

Open JohannesGaessler opened 4 years ago

JohannesGaessler commented 4 years ago

Currently there is a script for installing JobAdder that utilizes pip. However, uninstalling JobAdder via pip does not remove all components that were previously installed. Another script for uninstalling JobAdder would be useful.

ammen99 commented 4 years ago

Agreed, although it should be very easy - we install 4 binary files and the rest can be removed via pip (I don't think we should uninstall config files, since the user might have modified them and is just reinstalling job adder).