pantry icon indicating copy to clipboard operation
pantry copied to clipboard

Potentially all python pkgs with `venv` are broken

Open mxcl opened this issue 11 months ago • 0 comments

xpra currently has a hardcoded absolute path symlink to python that means it fails if we don’t install things to /opt:

$ ls -la /usr/local/pkgs/xpra.org/v6.2.3/venv/bin
lrwxrwxrwx 1 root   root     35 Jan 23 15:03 python -> /opt/python.org/v3.11.11/bin/python

Refs https://github.com/pkgxdev/pkgm/pull/15

mxcl avatar Jan 23 '25 15:01 mxcl