Hi, Gerald! On Wed, 20 Sep 2023 10:40:42 +0200 Gerald Wiese <wi...@gnuhealth.org> wrote:
> Hi Luis, > > are you already working on getting the executable in > $HOME/.local/bin/ working or would that help to contribute on it? I have released MyGH to 1.9a5, updating the entry point and two scripts: * mygnuhealth/bin/mygnuhealth (you can use it when not installing from pip) * $HOME/.local/bin/mygnuhealth . Script automatically generated by pip install, based on the [project.gui-scripts] section of pyproject.toml They should both work (provided the PYTHONPATH is ok and .local/bin in part of your PATH environment variable). We can create a desktop or menu entry and invoke "mygnuhealth" directly. I tried on my laptop and it works. > > Thought of updating the Ansible playbooks for this and I would prefer > to use that executable (and a virtual env of course) You should be able to include the above scripts in Ansible. > > I like already that it only needs pip instead of multiple packages > being different for each OS. > Thank you :) . Indeed is much lighter. Please upgrade to the latest (1.9a5 at this moment) and let me know if it works. Bests Luis