Skip to content

setup.sh: Add option to dump environment to file

Frank Winklmeier requested to merge fwinkl/atlasexternals:dumpenv into master

Add an option steered by @ATLAS_DUMP_ENVFILE@ to dump the environment (currently only PYTHONPATH) into a file that can be used by IDEs (e.g. VSCode).

The feature is disabled by default and would typically be enabled by setting ATLAS_DUMP_ENVFILE in the WorkDir package.

Merge request reports