From 7e85bc39d50385b60015291c324dab71bda6e021 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:30:21 +0200 Subject: [PATCH] doc(man): add pip_binary config value --- man/pacdef.toml.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/pacdef.toml.5 b/man/pacdef.toml.5 index 219b9f9..8d9f0c3 100644 --- a/man/pacdef.toml.5 +++ b/man/pacdef.toml.5 @@ -48,6 +48,10 @@ Warn if any group file is not a symlink and is not a child of a symlinked dir in .B flatpak_systemwide = true Whether flatpak packages should be installed system-wide or per user. +.TP +.B pip_binary = pip +Whether pipx instead of pip should be used for Python package management. + .SH SEE ALSO .BR pacdef(8)