test package that checks for an activated env in the post link script
This is a test packages that checks that conda environment are activated when running a post link script. This package has an activate.d script which sets the environment variable TEST_VAR. The packages post link script tests that this variable is set, if it is not the script fails. If this post link script is run under a different environment, for example the base env, there is a good chance that it will fail.