I work in an office where python scripts are run in a server that has python 2.6 version installed.
We cannot switch to other versions since some scripts rely on it.
On the other hand, we need to run scripts that require other more recent versions of python. Is it possible to install on the same server two or more different versions?
If so, what would be the issues correlated with it? Is there the risk that versions get messed up failing the executions or somthing similar?
P.S. the server runs Linux