liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.45k stars 223 forks source link

Can't called pyminifier from terminal #67

Open sscirrus opened 8 years ago

sscirrus commented 8 years ago

Hi guys,

I have Pyminifier installed:

pip install pyminifier
# Requirement already satisfied (use --upgrade to upgrade): pyminifier in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

But when I call pyminifier in the terminal, I get:

zsh: command not found: pyminifier

How can I fix this?

sayak-brm commented 8 years ago

Go to Directory /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages and delete any files/directories with pyminifier in its name.

I had this same problem and it was because of migrating from my old computer to the new one.

If this solves your issue, please comment to let me know and close the issue.