sorin-ionescu / prezto

The configuration framework for Zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtualenvwrapper broke after d840f0fc7bb9e604fedef40eff4ed53f4c3c60f6

jeffwidman opened this issue · comments

Sourcing virtualenvwrapper broke for me after d840f0f / #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 d840f0f and then try again to very surgically support the case where pyenv + virtualenvwrapper are present, but virtualenv-init is missing.