Hi,
I´m currently setting up a custom Python interpreter for FME Server 2020.0
I have installed a custom Pyhon installation and added a packge to it.
I´ve also runned the following commands with administrator privileges in command prompt:
"C:/Program Files/FMEServer/Server/fme/fme.exe" APPLY_SETTINGS SYSTEM "Python/Use Custom Python" true
"C:/Program Files/FMEServer/Server/fme/fme.exe" APPLY_SETTINGS SYSTEM "Python/Python Interpreter" "path_to_pyhon_folder/python37.dll"
When I run my workspace that uses Python I get:
The PYTHONHOME for the user-specified Python interpreter is not set through FME Options or a PYTHONHOME environment variable.On my local computer I can set the PYTHONHOME-parameter under Tools-FME Options...
But what is the command to set this parameter on FME-Server?
The documention only covers the two commands I've already runed.