Pyenv in a production environment

I found pyenv very useful for installing python and switching between different versions.

But can I use pyenv in a production environment? Are there any risks associated with pyenv . I also need to upgrade to python 2.7.5 on ubuntu 12.04 to the environment.

I read about compilation from source. Some recommend it, some against it. If pyenv not a solution to other options?

+7
python updates
source share

No one has answered this question yet.

See related questions:

1427
How to access environment variables from Python?
2
Install OpenCV3.0 using python 3.4.3 in a virtual environment (pyenv)
2
pyenv and installing some Python packages
2
Pyenv does not automatically activate
one
Using pyenv to switch between two system versions of Python
one
pyenv + virtualenv cannot find flood
one
Apt package not reflected in Pyenv
0
Install python specific system-wide version with pyenv
0
How to use Pyenv and venv correctly?
0
pyenv tcshell eval pyenv int response illegal variable name

All Articles