From 4b22705ff79a0d079ca283ea76953aa8527d641d Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sun, 3 Aug 2025 22:35:29 +0200 Subject: [PATCH] pyenv install --skip-existing --- bundles/macbook/files/pyenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/macbook/files/pyenv b/bundles/macbook/files/pyenv index 7847da9..15fdda0 100644 --- a/bundles/macbook/files/pyenv +++ b/bundles/macbook/files/pyenv @@ -2,6 +2,8 @@ cd "$OLDPWD" +pyenv install --skip-existing + if test -f .venv/bin/python && test "$(realpath .venv/bin/python)" != "$(realpath "$(pyenv which python)")" then echo "rebuilding venv für new python version"