You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see Fish ever working, TBH. I wrote this little test script in #105 to explore the best way of setting $VIRTUALENVWRAPPER_SCRIPT:
# Saved as test_arg0.shecho"0: $0"echo"BASH_SOURCE: ${BASH_SOURCE}"echo"ZSH_ARGZERO: ${ZSH_ARGZERO}"echo"ZSH_SCRIPT: ${ZSH_SCRIPT}"
Then I tried to run it through Fish:
$ fish
ferd@$HOSTNAME /tmp> source test_arg0.sh
test_arg0.sh (line 2): Variables cannot be bracketed. In fish, please use "$BASH_SOURCE".
echo"BASH_SOURCE: ${BASH_SOURCE}"
If Fish rejects ${VARIABLE} syntax, that's game over. It'd require a complete rewrite that'd no longer be compatible with any of the other shells.
virtualenvwrapper does not work with fish shell
The text was updated successfully, but these errors were encountered: