Skip to content

Update validate pyenv setup to look at PYENV_ROOT environment variable #387

@kogabean

Description

@kogabean

Currently, Habushu validates the pyenv setup by checking that PATH contains the the following shimsPath.

String shimsPath = HabushuUtil.getHomeDirectory() + "/.pyenv/shims";

Instead of assuming that pyenv will live in /.pyenv/shims (which is the default value), we should check the PYENV_ROOT environment variable directly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions