I found pyenv
very useful to do python installation and switch between different versions.
But Can I use pyenv
in production environment? Are there any risks associated with pyenv
.
Also I have to upgrade to python 2.7.5 on ubuntu 12.04 on production enviroment.
I read about compiling from the source. Some recommends it, some are against it.
If pyenv
is not solution what are other options?