• Members 1 post
    Oct. 29, 2021, 8:36 a.m.

    Hi and first thanks for that great project!

    I use kubuntu 20.04 LTS 64bit.
    Downloading the python and inkcut packages worked fine but in the last step i got the attached errors.
    Running inkcut wasn't possible (2nd screenshot, last lines)
    The error reports some directions that "is not on PATH". So what is PATH and how include the directions?

    I'd be very happy if those errors could be solved. Maybe someone had similar issues and can help.

    So long happy plotting to all of you!

    error-install inkcut.png

    error-install-inkcut2.png

    error-install-inkcut2.png

    PNG, 622.9 KB, uploaded by miranda on Oct. 29, 2021.

    error-install inkcut.png

    PNG, 649.4 KB, uploaded by miranda on Oct. 29, 2021.

  • Members 15 posts
    Nov. 21, 2021, 6:47 p.m.

    I'm not familiar with Kubuntu but I guess its the same on all Ubuntu...s
    1st. its normal, ~.local/bin isn't in the path
    2nd, PLease check the docu for $PATH

    • q&d.. PATH="$HOME/.local/bin:$PATH"

    -permanently..
    add this to the end of your ~/.profile so it includes user's private ~/.local/bin if it exists

    if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
    fi

    3rd... within console just type
    cd ~/.local/bin
    ./inkcut

    I'm using the 3rd version along with a starter inkcut.desktop