Where is my stack ghci?

I've installed Haskell the stack way, but a
which ghc
or
whcih ghci
comes up with nothing. How can I tell my (Ubuntu 19.04) system where to find ghci? LB

stack ghci
On Tue, May 28, 2019 at 11:56 Lawrence Bottorff
I've installed Haskell the stack way, but a
which ghc
or
whcih ghci
comes up with nothing. How can I tell my (Ubuntu 19.04) system where to find ghci?
LB _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners

You can also use `stack exec which ghc` to find the executable.
On Tue, May 28, 2019 at 10:33 PM Brody Berg
stack ghci
On Tue, May 28, 2019 at 11:56 Lawrence Bottorff
wrote: I've installed Haskell the stack way, but a
which ghc
or
whcih ghci
comes up with nothing. How can I tell my (Ubuntu 19.04) system where to find ghci?
LB _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
participants (3)
-
Brody Berg
-
Lawrence Bottorff
-
Michael Snoyman