diff -r 9a98f7260372 -r 02b45cd11e64 PipxInterface/Pipx.py --- a/PipxInterface/Pipx.py Tue Jun 25 17:59:15 2024 +0200 +++ b/PipxInterface/Pipx.py Wed Jun 26 11:57:04 2024 +0200 @@ -75,6 +75,7 @@ "venvsPath": ctx.venvs, "appsPath": ctx.bin_dir, "manPath": ctx.man_dir, + "pythonPath": ctx.standalone_python_cachedir, } def getPipxStrPaths(self): @@ -91,6 +92,7 @@ "venvsPath": str(ctx.venvs), "appsPath": str(ctx.bin_dir), "manPath": str(ctx.man_dir), + "pythonPath": str(ctx.standalone_python_cachedir), } def __getPipxExecutable(self):