direnv pyenv reset .pip_upgrade_timestamp
This commit is contained in:
parent
70091eca8c
commit
57aa3b8433
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ cd "$OLDPWD"
|
||||||
if test -f .venv/bin/python && test "$(realpath .venv/bin/python)" != "$(realpath "$(pyenv which python)")"
|
if test -f .venv/bin/python && test "$(realpath .venv/bin/python)" != "$(realpath "$(pyenv which python)")"
|
||||||
then
|
then
|
||||||
echo "rebuilding venv für new python version"
|
echo "rebuilding venv für new python version"
|
||||||
rm -rf .venv
|
rm -rf .venv .pip_upgrade_timestamp
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue