diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q <Andrew@web> | 2013-07-25 02:19:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-25 02:19:54 +0000 |
commit | 70b93f8c078f9198d7bc35d0f23baefe7846a745 (patch) | |
tree | 433331b73a67346d57a95e015c6bc38285fc324a /doc/install/OSX | |
parent | 3b9f1fe6bf4a98b943d213bba5786bddf2492b46 (diff) |
Added a comment
Diffstat (limited to 'doc/install/OSX')
-rw-r--r-- | doc/install/OSX/comment_22_6b5f44a98f9d37a1c6ecfe19a60fe6c5._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_22_6b5f44a98f9d37a1c6ecfe19a60fe6c5._comment b/doc/install/OSX/comment_22_6b5f44a98f9d37a1c6ecfe19a60fe6c5._comment new file mode 100644 index 000000000..7dfa48132 --- /dev/null +++ b/doc/install/OSX/comment_22_6b5f44a98f9d37a1c6ecfe19a60fe6c5._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q" + nickname="Andrew" + subject="comment 22" + date="2013-07-25T02:19:53Z" + content=""" +Rather than specifying --bindir on the command line for cabal, I edited my ~/.cabal/config to add this line: + + symlink-bindir: /usr/local/bin + +This installs the binaries to ~/.cabal/bin but symlinks them into /usr/local/bin alongside the links that homebrew installs. Additionally, I symlinked /usr/local/bin/git-annex-shell to /usr/local/bin/git-annex which made things work great from remote hosts via ssh. +"""]] |