How to store server side client profile in other user system?

In my system, I have configured Python with extra packages (using yml file) and exported the preferences.
I have created a profile folder named ‘insightsmax-pref’ with files:
insightsmax-pref.epf
knime_python2.yml
knime_python3.yml
py27.bat
py36.bat

and stored the folder at location: /config/client-profiles.template

In new user system, I have connected with the same server and set the preferences insightsmax-pref inside customization option.
This procedure is not working as preferences don’t set automatically instead show the existing environment of python.

Please help me with this issue as I want new user to set the python environment according to the preferences selected from the server.