tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
223 stars 56 forks source link

ghci: command not found #23

Closed Antharia closed 5 years ago

Antharia commented 6 years ago

tmux launched. But i got this:

TIDAL_BOOT_PATH= TIDAL_TEMPO_IP= GHCI= tidal

nico @ laptop in ~/.vim/bundle/vim-tidal on git:master o [14:39:09]

$ TIDAL_BOOT_PATH= TIDAL_TEMPO_IP= GHCI= tidal /usr/local/bin/tidal: ligne 28: ghci : commande introuvable "commande introuvable" is french for "command not found"

Though Haskell stack is installed. Any idea?

munshkr commented 5 years ago

Sorry for the so late reply... A way to solve this is to write export GHCI=stack ghci at the end of your .bashrc or .profile. You can also change the tidalvim script found at bin/tidalvim, but the first suggestion is better IMO. I'll update the README about this.