summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/lib.sh b/utils/lib.sh
index 028450ab4..7f6ff58c4 100755
--- a/utils/lib.sh
+++ b/utils/lib.sh
@@ -725,6 +725,14 @@ pyenv.cmd() {
)
}
+
+pyenv.activate() {
+ pyenv.install
+ # shellcheck source=/dev/null
+ source "${PY_ENV_BIN}/activate"
+}
+
+
# Sphinx doc
# ----------