Event Timeline
Comment Actions
As user:
pkg-config --debug libsystemd no output option set, defaulting to --exists Error printing disabled by default due to use of output options --exists, --atleast/exact/max-version, --list-all or no output option at all. Value of --print-errors: 0 Error printing disabled Adding virtual 'pkg-config' package to list of known packages Looking for package 'libsystemd' Looking for package 'libsystemd-uninstalled'
With more permissions (sudo), i've way more information, it seems to find it:
line>Cflags: -I${includedir} Path position of 'libsystemd' is 4 Adding 'libsystemd' to list of known packages Package libsystemd has -I/usr/include in Cflags Removing -I/usr/include from cflags for libsystemd Package libsystemd has -L /lib/x86_64-linux-gnu in Libs Removing -L /lib/x86_64-linux-gnu from libs for libsystemd
Comment Actions
ok, my nix setup conflicts!
With this:
PATH=/usr/bin pkg-config --debug libsystemd
sudo and the user command gives the same stuff!
Comment Actions
so ardumont, just use:
PATH=/usr/bin:$PATH pip install $( ./bin/pip-swh-packages --with-testing )
or as @vlorentz does, use one user per venv
or keep your PATH in check ;)