HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
291 stars 37 forks source link

[BUG] Wrong python3 path for .deb package #153

Closed cinghioGithub closed 4 months ago

cinghioGithub commented 4 months ago

When installing the latest release using the .deb package, the python binary path indicated in the installed /usr/bin/archey script is wrong and it brakes the execution. Instead of a system path a hard coded path is reported. I report the issue I had:

$ sudo apt install ./archey4_4.14.3.0-1_all.deb
$ archey
zsh: /usr/bin/archey: bad interpreter: /home/samuel/Documents/archey4/venv/bin/python3: no such file or directory

Environment

HorlogeSkynet commented 4 months ago

Thanks for opening this, it looks like venv messed up with packaging script. I'll look into this soon.

HorlogeSkynet commented 4 months ago

A month and more than 80 broken package downloads and you're the only one who opened an issue about that... Thanks again, it has been fixed in v4.14.3.0-2 packages (see https://github.com/HorlogeSkynet/archey4/releases/tag/v4.14.3.0 assets).

Bye :wave: