Hello,Is there a recommended way for a package to set environment variables that should persist after install?
specifically, i've got a package definition using the pyproject-build-system and would like to automatically add a var to the users profile (or elsewhere?) that is defined before the installed programme is first run.
bzp