Let me know your feedback, especially if you haven’t learned awk yet!

  • pingveno@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 months ago

    pipx is also a good way to install a virtualenv and link up any executables that the package exposes.

    Edit: So installation would be:

    pipx install awktutorial

    And it would automatically make the executable available to the user as long as pipx’s bin directory is in the user’s PATH.