PipxInterface/Pipx.py

changeset 8
02b45cd11e64
parent 2
26430067aa09
child 9
2ab7d3ac8283
--- 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):

eric ide

mercurial