tweag / cooked-validators

MIT License
39 stars 11 forks source link

Take into account library paths #199

Closed gabrielhdt closed 1 year ago

gabrielhdt commented 1 year ago

Set up properly library paths.

facundominguez commented 1 year ago

When messing with LD_LIBRARY_PATH earlier, we screwed some setups. Here it was set, and here I conjecture how it broke.

Someone was using a non-pure shell.

gabrielhdt commented 1 year ago

Ah I see! These LD_LIBRARY_PATH things remain quite obscure to me. Thanks for the education :smile: