ipv6_picking #24

Merged
cronekorkn merged 5 commits from ipv6_picking into master 2025-08-09 12:43:09 +02:00
Showing only changes of commit 4b22705ff7 - Show all commits

View file

@ -2,6 +2,8 @@
cd "$OLDPWD" cd "$OLDPWD"
pyenv install --skip-existing
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"