python - How to remove .exe file created by Pyinstaller -


first time posting question here. used pyinstaller 3.1 create executable file of .py file.

how remove executable file? manually delete build folder, dist folder , .spec file located in c:\python35\scripts?

is there proper way?

thanks answering!


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -