As lib_config has a python module, it should write the module path to the PYTHONPATH environment variable. ``` cmake_package 'tools/lib_config' do |pkg| pkg.env_add_path "PYTHONPATH", File.join(pkg.prefix, "lib") end ```