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
- Patch python detection to unbreak virtualenvwrapper I discovered that my virtualenvwrapper scripts were no longer getting loaded. After `git bisect` + further debugging, I traced it down to the first... — committed to sorin-ionescu/prezto by jeffwidman 3 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to sorin-ionescu/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to sorin-ionescu/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to johnoshea/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to dokai/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to aaronchenwei/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to MohamedBassem/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to get-state/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to MattHodge/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to dandrzejewski/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to tjmcs/prezto by jeffwidman 2 years ago
- Set `EXTENDED_GLOB` in the python module This is needed to find python. It is often already set because a user has the directory or completion module loaded before this, but that's not always tru... — committed to glebec/prezto by jeffwidman 2 years ago
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.