preface: new to OSX development.
cabal install snap --this works fine.
When I type snap into the terminal nothing happens. How do I export my snap path to my $PATH in OSX?
same thing happens with happstack and yesod.... those are both installed as well
Simply do (in the terminal):
To make it permanent, add that line to the hidden
.profile
file in your home directory and re-login. You can edit~/.profile
usingopen ~/.profile
. This can also be done with this line in the terminal: