aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/tools/virtualenv.sh
blob: c0bb5dbe7bcda905a36399483faa271bbff8d0a8 (plain)
1
2
3
4
5
6
#!/bin/bash
# shellcheck disable=SC1090
# Python virtualenv
function activate() {
    source "$1/bin/activate"
}