Crate pyenv_python

Source

Structs§

Pyenv
An existing pyenv python executable.
PyenvRoot
A root pyenv directory.
PyenvVersion
A pyenv version, either a python version or a virtualenv name, and where it was looked-up from.
PythonError
PythonExecutable
The path to an existing (likely) python executable.
UncheckedPythonPath
A path that might be a python executable.

Enums§

PyenvError
Possible errors in looking up the current pyenv python executable.
PyenvPythonExecutableError
PyenvRootError
Why the pyenv root, i.e. what $(pyenv root) returns, could not be found.
PyenvVersionFrom
Where the given PyenvVersion was found from.
Python
A python executable, either a pyenv one or the system python (i.e. whatever else is in $PATH).
SystemPythonError

Traits§

HasPython