In my ~ directory, typing "python" will start, well, python.
However, in my /usr/python/cgi-bin directory, typing python gets me an error message
pyenv: python3: command not found
The `python3' command exists in these Python versions:
3.4.1
Well, that's good but extremely useless.
If, in the /usr/python/cgi-bin directory, I type
pyenv local
I get the really useless
pyenv: no local version configured for this directory
Whoever writes this stuff, you should totally put what to do or where to look when you start popping out error messages
How do I setup pyenv so that the pyenv in my ~ directory and the pyenv in some other directory - for the sake of argument let's use the /usr/python/cgi-bin directory - both do the same thing?