direnv pyenv reset .pip_upgrade_timestamp

This commit is contained in:
cronekorkn 2023-12-14 11:34:28 +01:00
parent 70091eca8c
commit 57aa3b8433
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -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