There are tow problems with the way the pythonpath instance field is defined:
it uses the log directory to store a build artifact, and
the functions that use it do not accept a full path.
We cannot use the build_path() function instead of log_path() as the function provides a full path as well. Thus we opted to hard-code a relative path with respect to the build directory.
There are tow problems with the way the
pythonpath
instance field is defined:We cannot use the
build_path()
function instead oflog_path()
as the function provides a full path as well. Thus we opted to hard-code a relative path with respect to the build directory.Issue: https://github.com/easybuilders/easybuild-easyconfigs/issues/21078