Dear Gerald

On 10/14/21 20:36, Gerald Wiese wrote:
Dear Luis,

thanks! It's Ubuntu 20.04.

Wonderful :)

It works now like this:

sudo apt install qml-module-org-kde-kirigami2
sudo apt install pyside2-tools
sudo apt install python3-pip
pip3 install --user MyGNUHealth
sudo apt install python3-pyside2.qt*
sudo apt install qml-module-qtquick-layouts

Thanks for sharing! We can add this to the documentation for Debian and Ubuntu based installations.


And the symlink is because ~/.local/bin/ is not part of the path.

Probably is better if you add the $HOME/.local/bin to the PATH variable under, for example, ~/.bashrc

For instance

export PATH= $HOME/.local/bin:$PATH

or

export PATH=$PATH:$HOME/.local/bin

Depending which one you want to give higher preference.

That's how I have it.

All the best
Luis



Reply via email to