django-fobi/scripts/uninstall.bat

9 lines
183 B
Batchfile
Raw Normal View History

pip uninstall django-fobi -y
#cd ..
rmdir build /s
rmdir dist /s
rmdir src\django_fobi.egg-info /s
rmdir src\django-fobi.egg-info /s
rmdir builddocs.zip
rmdir builddocs /s
#cd scripts