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
Post a Comment