Following the instructions
python3 -m venv virtual-environment
virtual-environment/bin/pip install pinnwand
everything works perferctly but while executing the following command
virtual-environment/bin/pinnwand http
i get error pinnwand No such file or directory :-(
[ansible@mantis ~]$ ./virtual-environment/bin/pinnwand http
-bash: ./virtual-environment/bin/pinnwand: No such file or directory
[ansible@mantis ~]$
I'm following the procedure on a almalinux 9.5
[ansible@mantis ~]$ cat /etc/redhat-release
AlmaLinux release 9.5 (Teal Serval)
[ansible@mantis ~]$