Uh oh!
There was an error while loading. Please reload this page.
Set VIRTUALENVWRAPPER_SCRIPT portably - #117
Conversation
ferdnyc
commented
Mar 24, 2025
(Note: I don't know that this will make virtualenvwrapper WORK with the |
dhellmann
commented
Mar 30, 2025
Some of the bash versions in the test matrix don't seem to like the new syntax. I see lots of errors like: |
dhellmann
commented
Mar 30, 2025
It also looks like even though we said we dropped zsh support there is still a test job for it. |
Oh, crap! Not surprised, that's a really dumb typo. It should be Maybe I had Fish on the brain. |
ferdnyc
commented
Mar 31, 2025
@dhellmann Fixed now, sorry about that. |
ferdnyc
commented
Mar 31, 2025
Zsh is still supported, I think? The It's Ksh that support was dropped for, and their crazy |
ferdnyc
commented
Mar 31, 2025
@dhellmann#118 will fix those readthedocs failures. |
dhellmann
commented
Mar 31, 2025
Wow, yes, you're right. I completely conflated ksh and zsh in my head. |
dhellmann
commented
Mar 31, 2025
@Mergifyio rebase |
- `${.sh.file}` was ksh syntax, but ksh support was dropped in commit
d736549
- Instead of testing only for certain specific shells (and excluding
all others), use `$BASH_SOURCE` if it's set, otherwise fall back
to `$0` which should work with more shells (hopefully).
Fixespython-virtualenvwrapper#105
✅ Branch has been successfully rebased |
${.sh.file}was ksh syntax, but ksh support was dropped in commit d736549$BASH_SOURCEif it's set, otherwise fall back to$0which should work with more shells (hopefully).Fixes#105