X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=654859f33d6ed5ccb626077c269c37a4bcbafa53;hp=1077f28c91b8f74c3e4753be15cac3c43389a198;hb=ee1f425e9d9106bcf278b11f041bdc24e1abcc29;hpb=7a11363403a98be90cabd6a42dbbf0c4dda1f6d7 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