Commit 9a4a0c62 authored by Michal Čihař's avatar Michal Čihař

Merge pull request #592 from dtschan/openshift

Install optional Dependencies on OpenShift
parents a2ccdf10 bc9062bf
......@@ -146,7 +146,7 @@ def get_clean_env():
Returns cleaned up environment for subprocess execution.
"""
environ = {}
variables = ('HOME', 'PATH', 'LANG')
variables = ('HOME', 'PATH', 'LANG', 'LD_LIBRARY_PATH')
for var in variables:
if var in os.environ:
environ[var] = os.environ[var]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment