Created
August 2, 2026 17:31
-
-
Save hoogenm/a62e414b593bfd63cfa44d5e6f979887 to your computer and use it in GitHub Desktop.
pixi in a PROOT: set LD_LIBRARY_PATH in project.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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