lgarron / folderify

:file_folder: Generate pixel-perfect macOS folder icons in the native style.
MIT License
1.5k stars 36 forks source link

Bad interpreter error #56

Closed tishbanks closed 2 years ago

tishbanks commented 2 years ago

bad interpreter: /usr/local/Cellar/folderify/2.3.0/libexec/bin/python3.9: no such file or director

Don't know what's going on. Ty

lgarron commented 2 years ago

Sure sounds like python3.9 is not installed, and looks like you tried to install using Homebrew.

Could you try should automatically install python3.9; what are the chances you might have uninstalled it?

brew install python@3.9 might get you back into a good state. If not, does brew uninstall folderify followed by brew install folderify help?

lgarron commented 2 years ago

Closing this out for now; please comment if you're still having issues!