From 57aa3b84336237317c4216ee86ecd1bcd2ca4cc5 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Thu, 14 Dec 2023 11:34:28 +0100 Subject: [PATCH] direnv pyenv reset .pip_upgrade_timestamp --- bundles/macbook/files/pyenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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