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