The AMD Vitis™ unified software platform includes three elements that must be installed and configured to work together properly: the Vitis core development kit and XRT. The requirements of installation and configuration are described in Vitis Software Platform Installation in the Vitis Software Platform Release Notes (UG1742).
.csh scripts are also provided):
#setup XILINX_VITIS and XILINX_VIVADO variables
source <Vitis_install_path>/settings64.sh
#setup XILINX_XRT
source /opt/xilinx/xrt/setup.sh
PLATFORM_REPO_PATHS environment variable points to directories
containing platform files (.xpfm)..csh scripts are also provided.This sets up the tools for the Vitis application development flow, the Vitis embedded software development flow, and the AI Engine tools for development on Versal adaptive SoC AI Engine devices.
export PLATFORM_REPO_PATHS=<path to platforms>
This identifies the location of platform files for the tools, and makes them accessible to your design projects.