Skip to content

Instantly share code, notes, and snippets.

@hoogenm
Created August 2, 2026 17:31
Show Gist options
  • Select an option

  • Save hoogenm/a62e414b593bfd63cfa44d5e6f979887 to your computer and use it in GitHub Desktop.

Select an option

Save hoogenm/a62e414b593bfd63cfa44d5e6f979887 to your computer and use it in GitHub Desktop.
pixi in a PROOT: set LD_LIBRARY_PATH in project.toml
# In a PROOT, pixi installs like `clear` (ncurses) don't always seem to find libs.
# Setting an LD_LIBRARY_PATH in pixi.toml made it work nevertheless in a PROOT.
[activation.env]
LD_LIBRARY_PATH = "$PIXI_PROJECT_ROOT/.pixi/envs/$PIXI_ENVIRONMENT_NAME/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment