Page 1 of 1

Help installing jrnl

PostPosted: Mar 1st, '21, 22:49
by brm
Can anyone suggest a method of installing this on Mageia 8 ?
It uses installers like brew, pipx and python 3, as per the attachment. They are not coming up in any package searches.

Jrnl Installation Screenshot.png
File
Jrnl Installation Screenshot.png (54.64 KiB) Viewed 1276 times
Jrnl is a command line tool for journaling i.e. recording daily events etc.
https://jrnl.sh/en/stable/

Re: Help installing jrnl - SOLVED -

PostPosted: Mar 2nd, '21, 13:17
by brm
The correct package for this software is python-pip. Once installed I was able to do . .
Code: Select all
$ pip install jrnl
Defaulting to user installation because normal site-packages is not writeable
Collecting jrnl
  Downloading jrnl-2.7.1-py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 897 kB/s
Requirement already satisfied: pyyaml>=5.1 in /usr/lib64/python3.8/site-packages (from jrnl) (5.3.1)
Requirement already satisfied: python-dateutil<3.0,>=2.8 in /usr/lib/python3.8/site-packages (from jrnl) (2.8.1)
Collecting ansiwrap<0.9.0,>=0.8.4
  Downloading ansiwrap-0.8.4-py2.py3-none-any.whl (8.5 kB)
Collecting asteval<0.10,>=0.9
  Downloading asteval-0.9.23.tar.gz (55 kB)
     |████████████████████████████████| 55 kB 2.3 MB/s
Collecting colorama>=0.4
---------------------------------------snip------------------------------------

Re: Help installing jrnl

PostPosted: Mar 2nd, '21, 14:30
by morgano
Great
Thank you for describing the method.

Re: Help installing jrnl

PostPosted: Mar 3rd, '21, 00:42
by doktor5000
Please mark the thread solved by editing the subject of the first post, and prefix it with [SOLVED], thanks in advance.