Reported to support that Python venv is creating a symplink to /usr/bin/python3 which is not stored correctly.
As I remember the relativization was added since working directlory can change based on an instance. For example, persisten workers use a ramdom one in /tmp for each task. IMO it makes sense to only leave the tricky logic if a symlink is within base.
Reported to support that Python venv is creating a symplink to
/usr/bin/python3
which is not stored correctly.As I remember the relativization was added since working directlory can change based on an instance. For example, persisten workers use a ramdom one in
/tmp
for each task. IMO it makes sense to only leave the tricky logic if a symlink is within base.