serialbox: fix PYTHONPATH (#43034)
This commit is contained in:
parent
12fba13441
commit
0223fe746b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ def setup_run_environment(self, env):
|
|||
env.prepend_path("PATH", self.prefix.python.pp_ser)
|
||||
# Allow for running the preprocessor as a Python module, as well as
|
||||
# enable the Python interface in a non-standard directory:
|
||||
env.prepend_path("PYTHONPATH", self.prefix.python)
|
||||
env.prepend_path("PYTHONPATH", self.prefix.python.pp_ser)
|
||||
|
||||
def setup_dependent_package(self, module, dependent_spec):
|
||||
# Simplify the location of the preprocessor by dependent packages:
|
||||
|
|
Loading…
Reference in a new issue