Important
By default, the lightweight Python3 (PyPy) is bundled with AppDynamics Smart Agent CLI to run a few components. This lightweight Python is sufficient to carry tasks on the local host. However, the remote installations at a larger scale require a full-featured Python.
Install CLI using the following commands if you are performing remote installations at scale:
[sudo] APPD_SMARTAGENT_PYTHON3=<path to python3 installed on the machine> apt install ./appdsmartagent-cli_<version>_amd64.deb
[sudo] APPD_SMARTAGENT_PYTHON3=/usr/local/bin/python3.11 apt install ./appdsmartagent-cli_<version>_amd64.deb
CODE
Python3 versions 3.9 to 3.11 are supported.