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
{{ message }}
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
I just followed the instructions here for installing the linux binary (I'm running Linux Mint 17). After running activate-hs as described, I was surprised that tab-autocomplete didn't recognize any of the haskell commands (e.g.ghc). After exploring a bit, it turned out all the symlinks created in /usr/local/bin were missing the leading / (e.g.ghc -> usr/local/haskell/ghc-7.8.3-x86_64/bin/ghc instead of ghc -> /usr/local/haskell/ghc-7.8.3-x86_64/bin/ghc).