Skip to content

Instantly share code, notes, and snippets.

@tkutcher
Last active March 28, 2022 18:47
Show Gist options
  • Save tkutcher/d8ffbbaee82f03b1f88be8aac0a7b54b to your computer and use it in GitHub Desktop.
Save tkutcher/d8ffbbaee82f03b1f88be8aac0a7b54b to your computer and use it in GitHub Desktop.
xnvl.sh
# set up basic variables for where things are located
DEVTOOLS_VENV_DIR="${HOME}/tk/lib/devtools/venv"
# activate the virtual environment with the dependencies
source "${DEVTOOLS_VENV_DIR}/bin/activate"
# invoke nvl inside that virtual environment and forward args
nvl "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment