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
[activation.env] section does not support some kind of composite env var syntax that will allow defining env variables such as: PGDATA="${PIXI_PROJECT_ROOT}/my_pg_data_folder"
[activation.script] section only allows running scripts files. (so I cant do: export PGDATA="${PIXI_PROJECT_ROOT}/my_pg_data_folder or source my_env_vars_definition_script.sh there)
This means there is no way to define "composite" env vars on pixi activation. (not in pixi.toml syntax and not by running something else on activation)
The text was updated successfully, but these errors were encountered:
Problem description
[activation.env]
section does not support some kind of composite env var syntax that will allow defining env variables such as:PGDATA="${PIXI_PROJECT_ROOT}/my_pg_data_folder"
[activation.script]
section only allows running scripts files. (so I cant do:export PGDATA="${PIXI_PROJECT_ROOT}/my_pg_data_folder
orsource my_env_vars_definition_script.sh
there)This means there is no way to define "composite" env vars on pixi activation. (not in pixi.toml syntax and not by running something else on activation)
The text was updated successfully, but these errors were encountered: