liftoff / pyminifier

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

pyminifier command not available in PATH if installed with --user option via pip #87

Open ghost opened 7 years ago

ghost commented 7 years ago

OS: Ubuntu 16.04 Version: 2.2

I must install the package with sudo pip install X, instead of pip install --user X. Only then it works from terminal.

naumoffp commented 6 years ago

you have to use easy_install pyminifier