kiranchavala commented on issue #13800: URL: https://github.com/apache/cloudstack/issues/13800#issuecomment-5191685972
Currently the recent release of cloudstack supports xenserver 8.4 ``` [root@xenserver-cloudstack ~]# ls -l /usr/bin/python* lrwxrwxrwx 1 root root 7 Aug 4 12:27 /usr/bin/python -> python2 lrwxrwxrwx 1 root root 9 Aug 4 12:27 /usr/bin/python2 -> python2.7 -rwxr-xr-x 1 root root 7216 Mar 10 2025 /usr/bin/python2.7 lrwxrwxrwx 1 root root 9 Aug 4 12:28 /usr/bin/python3 -> python3.6 -rwxr-xr-x 2 root root 11416 Mar 10 2025 /usr/bin/python3.6 -rwxr-xr-x 2 root root 11416 Mar 10 2025 /usr/bin/python3.6m [root@xenserver-cloudstack ~]# python --version 2>&1 Python 2.7.5 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
