From a3fed869bfc62620db1fc38e60305b1cc2f57fde Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Thu, 24 Jul 2025 10:11:20 +0200 Subject: [PATCH] direnv pyenv keep python up to date --- 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"