Dragon2fly/ZipUnicode

"zipu" command does not work.

Opened this issue · 1 comments

To explain my problem: pkg_resources and pip can both verify that ZipUnicode has been installed properly. However, I cannot use either Python or my terminal to execute the zipu command.

Hi @emirelease

If you are using system-wide Python to install ZipUnicode, it may not work as zipu may sit in /home/$USER/.local/bin or another folder that is not on the PATH.

I suggest to create an venv and invoke zipu from there.
Or cd to your /home/$USER/.local/bin or the like if you know where zipu is on your system.