python-manager-discovery

Installation
SKILL.md

Environment Manager Discovery Patterns

This skill documents manager-specific discovery patterns, environment variable precedence, and known issues.

Manager Quick Reference

Manager Config Files Cache Location Key Env Vars
Poetry poetry.toml, pyproject.toml, config.toml Platform-specific POETRY_VIRTUALENVS_IN_PROJECT, POETRY_CACHE_DIR
Pipenv Pipfile, Pipfile.lock XDG or WORKON_HOME WORKON_HOME, XDG_DATA_HOME
Pyenv .python-version, versions/ ~/.pyenv/ or pyenv-win PYENV_ROOT, PYENV_VERSION
Conda environment.yml, conda-meta/ Registries + paths CONDA_PREFIX, CONDA_DEFAULT_ENV
venv pyvenv.cfg In-project None

Poetry

Discovery Locations

Installs
2
GitHub Stars
130
First Seen
Jun 20, 2026
python-manager-discovery — microsoft/vscode-python-environments