django-fobi/scripts/uninstall.sh
2016-10-17 03:30:09 +02:00

7 lines
153 B
Bash
Executable file

pip uninstall django-fobi -y
rm build -rf
rm dist -rf
rm src/django_fobi.egg-info -rf
rm src/django-fobi.egg-info -rf
rm builddocs.zip
rm builddocs/ -rf