It'll be nice to support multiple python version and Platforms for docs/install/mlcflow_unix_installer.sh. The use case is on a shared home directory that can be mounted on different systems. One solution is to try using the default mlcflow env if available and working with the detected python - if else adding a suitable suffix to the env name - like _aarch64 for ARM machine and python version info like mlcflow_x86_64_py3.12.
It'll be nice to support multiple python version and Platforms for docs/install/mlcflow_unix_installer.sh. The use case is on a shared home directory that can be mounted on different systems. One solution is to try using the default mlcflow env if available and working with the detected python - if else adding a suitable suffix to the env name - like
_aarch64for ARM machine and python version info likemlcflow_x86_64_py3.12.