From 7e95c3b667a1b353f8275db886203f272bfcce34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 10 Feb 2021 13:52:52 -0500 Subject: first commit --- hyperterm/tools/virtualenv.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hyperterm/tools/virtualenv.sh (limited to 'hyperterm/tools/virtualenv.sh') diff --git a/hyperterm/tools/virtualenv.sh b/hyperterm/tools/virtualenv.sh new file mode 100644 index 0000000..c0bb5db --- /dev/null +++ b/hyperterm/tools/virtualenv.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# shellcheck disable=SC1090 +# Python virtualenv +function activate() { + source "$1/bin/activate" +} -- cgit v1.2.3