1 2 3 4 5 6
#!/bin/bash # shellcheck disable=SC1090 # Python virtualenv function activate() { source "$1/bin/activate" }