prezto: Virtualenvwrapper stopped working after d686d

Before d686da3c039a1ed0ae271860d271ec966f59c16a, virtualenvwrapper shell scripts were sourced properly, the workon etc commands were on my path, etc.

After that commit, the shell script doesn’t get loaded for me at all.

I’m still debugging what specifically changed, but clearly it is something in that commit.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 23

Commits related to this issue

Most upvoted comments

Yep, I’ve spent a good hour on this and I still don’t understand what it’s trying to do - this is precisely why I don’t like zsh parameter expansion. The docs are really hard to understand, especially when # has something like 4 or 5 separate meanings.

Sounds good.

Note for future searchers that virtualenvwrapper is now broken again for me due to https://github.com/sorin-ionescu/prezto/pull/1981#issuecomment-1291220229, but that’s an unrelated issue from the problem here.