You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note for self: when doing pip install -e . in a source checkout project.scriptsare available in bin; perhaps this is something to do with wheel generation.
Huh, I see the same happening here. I assume that ./virtual-environment/bin/python -m pinnwand http does work for you?
Yes it works even for me!
Is there any difference running pinnwand
this way ./virtual-environment/bin/python -m pinnwand http
instead of ./virtual-environment/bin/pinnwand http ?
Huh, I see the same happening here. I assume that ./virtual-environment/bin/python -m pinnwand http does work for you?
Yes it works even for me! Is there any difference running pinnwand this way ./virtual-environment/bin/python -m pinnwand http instead of ./virtual-environment/bin/pinnwand http ?
There is no difference.
However, the way I documented should work as well so this is a bug in the packaging.
Following the instructions
everything works perferctly but while executing the following command
virtual-environment/bin/pinnwand http
i get error pinnwand No such file or directory :-(
I'm following the procedure on a almalinux 9.5
The text was updated successfully, but these errors were encountered: