add a step to make sure that $HOME/bin exists - this tripped me up.
This commit is contained in:
parent
d6e992b308
commit
333365cafa
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ brew update
|
|||
brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2
|
||||
brew link libxml2
|
||||
cabal update
|
||||
mkdir $HOME/bin
|
||||
PATH=$HOME/bin:$PATH
|
||||
PATH=$HOME/.cabal/bin:$PATH
|
||||
cabal install c2hs --bindir=$HOME/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue