[lcio] set up run time paths (#18109)
* [lcio] set up run time paths * [lcio] update runtime * [lcio] flake8
This commit is contained in:
parent
aa4fc2ac44
commit
286c3d6cbc
1 changed files with 4 additions and 0 deletions
|
@ -72,3 +72,7 @@ def url_for_version(self, version):
|
|||
print('Error - Wrong version format provided')
|
||||
return
|
||||
return url
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.set('LCIO', self.prefix)
|
||||
env.prepend_path('PYTHONPATH', self.prefix.python)
|
||||
|
|
Loading…
Reference in a new issue