Closed kabel closed 1 year ago
@kabel have had an issue raised #34 about the updated install script on Cygwin/ Git Bash on Windows, the previous one worked okay. would you mind having a look and putting your thoughts in? Would like to fix it without reverting the change
would you mind having a look and putting your thoughts in? Would like to fix it without reverting the change
Sure. I gave a stab at #35. While it will install and work around the Windows FD3 output, the cygwin paths are output in way that is not compatible with cygwin without fixing them through some additional path sanitation/conversion back to cygwin paths.
Environment variables:
JABBA_BIN
is where the binary will be installed; defaults to$JABBA_HOME/bin
JABBA_BIN_TO_EXPORT
is where shell integration will invoke jabba; defaults to\$HOME/.jabba/bin
JABBA_SHARE
is where shell integration scripts are installed; defaults to$JABBA_HOME
These should allow package managers (like homebrew) to better control/sandbox where things are installed.