ZipUnicode icon indicating copy to clipboard operation
ZipUnicode copied to clipboard

"zipu" command does not work.

Open emirelease opened this issue 2 years ago • 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.

emirelease avatar May 29 '23 23:05 emirelease

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.

Dragon2fly avatar Jun 05 '23 14:06 Dragon2fly