Following work initially discussed on #483, and after the addition of --enable-set-pythonpath installation option by #600, it would also be interesting to have an installation option to define the location where to install the env_modules Python module.
By default, env_modules Python module is installed with other initialization scripts in the init directory.
Having such installation option will, for instance, enable installation of env_modules.py with the other Python modules installed on a system.
Following work initially discussed on #483, and after the addition of
--enable-set-pythonpathinstallation option by #600, it would also be interesting to have an installation option to define the location where to install theenv_modulesPython module.By default,
env_modulesPython module is installed with other initialization scripts in theinitdirectory.Having such installation option will, for instance, enable installation of
env_modules.pywith the other Python modules installed on a system.