Crate pyenv_python[][src]

Structs

An existing pyenv python executable.

A root pyenv directory.

A pyenv version, either a python version or a virtualenv name, and where it was looked-up from.

The path to an existing (likely) python executable.

A path that might be a python executable.

Enums

Possible errors in looking up the current pyenv python executable.

Why the pyenv root, i.e. what $(pyenv root) returns, could not be found.

Where the given PyenvVersion was found from.

A python executable, either a pyenv one or the system python (i.e. whatever else is in $PATH).

Traits