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
The earlier PR does nothing to allow users to override environment settings... #28847.
We need to source a users profile before activating a conda-pack environment. For whatever reason, Conda destroys aliases, functions, etc after the fact.
Which is another strange occurrence. One would expect anything being sourced after sourcing the Conda environment would override anything occurring before.
Design
Move the source lines around so user-override lands before what is sourcing Conda.
Impact
Users can have a ~/.bashrc_apptainer.sh profile that properly sources a complex profile (alias, functions, etc).
The text was updated successfully, but these errors were encountered:
Motivation
The earlier PR does nothing to allow users to override environment settings... #28847.
We need to source a users profile before activating a conda-pack environment. For whatever reason, Conda destroys aliases, functions, etc after the fact.
Which is another strange occurrence. One would expect anything being sourced after sourcing the Conda environment would override anything occurring before.
Design
Move the source lines around so user-override lands before what is sourcing Conda.
Impact
Users can have a
~/.bashrc_apptainer.sh
profile that properly sources a complex profile (alias, functions, etc).The text was updated successfully, but these errors were encountered: