learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 6 months agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square5fedilinkarrow-up1109arrow-down11file-text
arrow-up1108arrow-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 · 6 months agomessage-square5fedilinkfile-text
minus-squarepingveno@lemmy.mllinkfedilinkarrow-up5·edit-26 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.