Append activation commands to all shell profile files so that
subsequent workflow steps start with the correct environment active.
This must be called AFTER the target environment has been created,
otherwise .bat wrappers (which source conda_hook.bat) would try
to activate a non-existent environment during setup and emit false
warnings (see #474).
Append activation commands to all shell profile files so that subsequent workflow steps start with the correct environment active.
This must be called AFTER the target environment has been created, otherwise
.batwrappers (which sourceconda_hook.bat) would try to activate a non-existent environment during setup and emit false warnings (see #474).