straight-action-80318
07/20/2022, 9:16 PMpex_binary
the subprocesses don’t seem to have the same dependencies available. Do I need to manually set something to propagate environments to spawned processes?bitter-ability-32190
07/20/2022, 9:23 PMstraight-action-80318
07/20/2022, 9:24 PMbitter-ability-32190
07/20/2022, 9:24 PMPYTHONPATH
in the env
argument when running the subprocess using sys,path
straight-action-80318
07/20/2022, 9:26 PMbitter-ability-32190
07/20/2022, 9:29 PMstraight-action-80318
07/20/2022, 9:33 PMbitter-ability-32190
07/20/2022, 9:34 PMnice-florist-55958
07/21/2022, 1:42 AMenv={**os.environ, **{“PYTHONPATH”: “:”.join(sys.path)}}
for Popen anymore?happy-kitchen-89482
07/21/2022, 2:30 AM