This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function pv { source "$HOME"/work/venv/"$1"/bin/activate; echo "$1 activated"; } | |
# To work for your setup: first have a common venv directory, then adapt the above to run | |
# To run, you type into shell `$ pv my_cool_venv_name` |