From 4108595724f15c31560b39f2c154aa1af1a25660 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 5 Dec 2024 16:12:06 +0100 Subject: [PATCH] Hmm --- pixi.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index b2e6d688d..e236ca1dd 100644 --- a/pixi.toml +++ b/pixi.toml @@ -242,5 +242,13 @@ py310 = ["py310"] [system-requirements] linux = "3.10.0" -[activation] +# TODO find out why one [activation] for all targets doesn't work +# like documented in https://pixi.sh/latest/reference/pixi_manifest/#the-activation-table +[target.win-64.activation] +env = { CONDA_JL_HOME = "$CONDA_PREFIX" } + +[target.linux-64.activation] +env = { CONDA_JL_HOME = "$CONDA_PREFIX" } + +[target.osx-arm64.activation] env = { CONDA_JL_HOME = "$CONDA_PREFIX" }