Structs§
- Pyenv
- An existing
pyenvpythonexecutable. - Pyenv
Root - A root
pyenvdirectory. - Pyenv
Version - A
pyenvversion, either apythonversion or a virtualenv name, and where it was looked-up from. - Python
Error - Python
Executable - The path to an existing (likely)
pythonexecutable. - Unchecked
Python Path - A path that might be a
pythonexecutable.
Enums§
- Pyenv
Error - Possible errors in looking up the current
pyenvpythonexecutable. - 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
PyenvVersionwas found from. - Python
- A
pythonexecutable, either apyenvone or the systempython(i.e. whatever else is in$PATH). - System
Python Error