Home:ALL Converter>twine error -- zsh: command not found: twine

twine error -- zsh: command not found: twine

Ask Time:2022-08-11T14:23:27         Author:Ravioli

Json Formatter

I've wanted to create my own pip package module.

I've looked for some tutorials and videos.

Video

Github link

And the last thing to do is to install twine..

twine is a pip package that helps u to upload your own pip packages.

but for some reason it showed me a really common error.

so i installed twine :

pip3 install twine

and i am trying to upload it with this twine command:

twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

But it showes me that twine is not even install although i just installed it:

zsh: command not found: twine

any help?

Author:Ravioli,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/73316128/twine-error-zsh-command-not-found-twine
yy