Dear All,
We are using Oracle Solaris 10 and it has Python 2.6.4 version in it.
Some of the existing python applications are using Python 2.6.4.
We are planning to develop some new python application and would like to use python 3.x since it is latest and has breaking changes compared to 2.x
We want to have multiple version of python installed in Solaris 10 so the existing applications are not impacted.
As per the below blog i can understand it is possible to run multiple python versions in same machine.
https://stackoverflow.com/questions/2547554/multiple-python-versions-on-the-same-machine
Can you please let us know if 3.x is compatible with Solaris 10 and if anyone have installed 3.x version of python in Solaris 10 successfully.