Users may inquire whether Python 2.7.18 is a mandatory requirement for the APM platform (Manager) and its associated agents, often as part of a security or server cleanup initiative to remove end-of-life software.
There is no documented direct dependency on Python 2.7.18 for the core APM Manager (10.8) platform. The Manager services do not require Python for startup or standard operations.
To confirm that removing Python will not impact your specific environment, perform the following test in a non-production (UAT/Dev) environment:
mv /usr/bin/python2.7 /usr/bin/python2.7.bakIf the environment remains stable and metrics continue to report, Python 2.7.18 may be safely removed. If errors occur, restore the binary from the backup created in step 2.