Structs§
- Pyenv
- An existing
pyenv
python
executable. - Pyenv
Root - A root
pyenv
directory. - Pyenv
Version - A
pyenv
version, either apython
version or a virtualenv name, and where it was looked-up from. - Python
Error - Python
Executable - The path to an existing (likely)
python
executable. - Unchecked
Python Path - A path that might be a
python
executable.
Enums§
- Pyenv
Error - Possible errors in looking up the current
pyenv
python
executable. - Pyenv
Python Executable Error - Pyenv
Root Error - Why the pyenv root, i.e. what
$(pyenv root)
returns, could not be found. - Pyenv
Version From - Where the given
PyenvVersion
was found from. - Python
- A
python
executable, either apyenv
one or the systempython
(i.e. whatever else is in$PATH
). - System
Python Error