From ee1f425e9d9106bcf278b11f041bdc24e1abcc29 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 31 Jan 2015 12:28:32 -0500 Subject: [PATCH] update installation for Haskell --- how_to_get_the_programming_languages_running_on_your_computer.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0