learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 year agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square2fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 year agomessage-square2fedilinkfile-text
minus-squarepingveno@lemmy.mllinkfedilinkarrow-up0·edit-21 year 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.