[lcio] set up run time paths (#18109)

* [lcio] set up run time paths

* [lcio] update runtime

* [lcio] flake8
This commit is contained in:
vvolkl 2020-08-20 16:43:59 +02:00 committed by GitHub
parent aa4fc2ac44
commit 286c3d6cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)