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
This will likely be a crappy bug report because I don't have an isolated repro. Sorry 😞
Working with tox in a pretty strange environment that basically uses relocatable python installations in specific directories. Noticed on centos boxes an environment could not be created due to the .so not being loaded properly.
Tracked it down to venc.setupenv on this line. Noticed that EnvLog. set_python_info has no concept of the configuration's passenv or setenv so the LD_LIBRARY_PATH does not get set.
Couldn't quickly grok a fix for this. action.popen looks promising? but not sure the implications.
Let me know if I can provide any further info.
The text was updated successfully, but these errors were encountered:
Feel free to open a PR against master and fix it. My available efforts at the moment are aimed at fixing this as part of #1394, but that probably will take a while (ETA September).
Hello!
This will likely be a crappy bug report because I don't have an isolated repro. Sorry 😞
Working with tox in a pretty strange environment that basically uses relocatable python installations in specific directories. Noticed on centos boxes an environment could not be created due to the .so not being loaded properly.
Tracked it down to venc.setupenv on this line. Noticed that
EnvLog. set_python_info
has no concept of the configuration'spassenv
orsetenv
so theLD_LIBRARY_PATH
does not get set.Couldn't quickly grok a fix for this.
action.popen
looks promising? but not sure the implications.Let me know if I can provide any further info.
The text was updated successfully, but these errors were encountered: