You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specified environ variables aren't passed through correctly. We need to
pass LD_LIBRARY_PATH to use the correct libpython from venv-salt-bundle.
Tracked upstream in python/pyperformance#139
After a clean install of
pyperformance
, run the below command:The output received is:
[...] [1/1] 2to3... INFO:root:Running `$PATH_TO_VENV$/bin/python -u /usr/local/lib/python3.8/dist-packages/pyperformance-1.0.4-py3.8.egg/pyperformance/data-files/benchmarks/bm_2to3/run_benchmark.py --debug-single-value --inherit-environ =,PYPERFORMANCE_RUNID --output /tmp/tmpiq530yv4`
As you can see, the HAHA variable is not inherited by the benchmark-running process. Instead, a '=' symbol is parsed in its place.
The text was updated successfully, but these errors were encountered: