health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health-dev] MyGNUHealth Installation under Ubuntu


From: Luis Falcon
Subject: Re: [Health-dev] MyGNUHealth Installation under Ubuntu
Date: Fri, 15 Oct 2021 11:57:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

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

[Prev in Thread] Current Thread [Next in Thread]