learnbyexample to Linux@lemmy.mlEnglish • 11 months agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square5fedilinkarrow-up1111arrow-down11file-text
arrow-up1110arrow-down1external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample to Linux@lemmy.mlEnglish • 11 months agomessage-square5fedilinkfile-text
minus-square@pingveno@lemmy.mllinkfedilink5•edit-211 months agopipx 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.
pipx is also a good way to install a virtualenv and link up any executables that the package exposes.
Edit: So installation would be:
And it would automatically make the executable available to the user as long as pipx’s bin directory is in the user’s PATH.