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"