sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
13.98k stars 4.49k forks source link

virtualenvwrapper broke after d840f0fc7bb9e604fedef40eff4ed53f4c3c60f6 #2022

Closed jeffwidman closed 1 year ago

jeffwidman commented 1 year ago

Sourcing virtualenvwrapper broke for me after d840f0fc7bb9e604fedef40eff4ed53f4c3c60f6 / https://github.com/sorin-ionescu/prezto/pull/1981.

I do not have pyenv installed, just plain ol' virtualenvwrapper.

Looking at git blame, there's a lot of prior art here around trying to support all the permutations of pyenv and various plugins:

Given all the above, I suspect the easiest thing to do may be to revert d840f0fc7bb9e604fedef40eff4ed53f4c3c60f6 and then try again to very surgically support the case where pyenv + virtualenvwrapper are present, but virtualenv-init is missing.