From: Jim Date: Sat, 31 Jan 2015 17:28:32 +0000 (-0500) Subject: update installation for Haskell X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=ee1f425e9d9106bcf278b11f041bdc24e1abcc29 update installation for Haskell --- diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index 1077f28c..654859f3 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -389,7 +389,9 @@ That was to update my `PATH` variable as instructed by Cabal. On a Linux machine echo 'export PATH="$HOME/.cabal/bin:$PATH"' >> ~/.bash_profile -Then I exited the Terminal and started a new Terminal session. Now if I type `echo $PATH` I should see the directory I just added in the list. Now I can contine setting up Cabal. I next type: +Some instructions may say to use `.bashrc` instead of `.bash_profile`. These files do similar jobs. + +After issuing the relevant `echo` command, I exited the Terminal and started a new Terminal session. Now if I type `echo $PATH` I should see the directory I just added in the list. Now I can contine setting up Cabal. I next type: cabal install alex happy