diff --git a/bundles/macbook/files/pyenv b/bundles/macbook/files/pyenv index 770cfec..7847da9 100644 --- a/bundles/macbook/files/pyenv +++ b/bundles/macbook/files/pyenv @@ -5,5 +5,5 @@ cd "$OLDPWD" if test -f .venv/bin/python && test "$(realpath .venv/bin/python)" != "$(realpath "$(pyenv which python)")" then echo "rebuilding venv für new python version" - rm -rf .venv + rm -rf .venv .pip_upgrade_timestamp fi