pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.18k stars 399 forks source link

Fix: add `colorize` helper #470

Closed silverjam closed 7 months ago

silverjam commented 7 months ago

fixes #381 -- in the event that someone sets the PIP_VERSION environment variable, pyenv-virtualenv plugin will fail because a colorize utility is not available, this PR adds the colorize helper from python-build

native-api commented 7 months ago

Maybe it's better to copy the shell function over from python-build?

silverjam commented 7 months ago

Maybe it's better to copy the shell function over from python-build?

Seems to work

image