diff options
author | http://joeyh.name/ <joey@web> | 2013-06-20 15:23:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-20 15:23:32 +0000 |
commit | f9fd74d2b73d30973318f287a36a532b5b690275 (patch) | |
tree | b90c161695eb45f96fb6aacaf39fc150576d20b8 | |
parent | a6914b4761bbedc27a7199a5c05466fdd0edb905 (diff) |
Added a comment
-rw-r--r-- | doc/forum/Cannot_find_git-annex_in_server/comment_1_bf7e98e6130698ad0dc92e3a6a63ade3._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Cannot_find_git-annex_in_server/comment_1_bf7e98e6130698ad0dc92e3a6a63ade3._comment b/doc/forum/Cannot_find_git-annex_in_server/comment_1_bf7e98e6130698ad0dc92e3a6a63ade3._comment new file mode 100644 index 000000000..b5685c901 --- /dev/null +++ b/doc/forum/Cannot_find_git-annex_in_server/comment_1_bf7e98e6130698ad0dc92e3a6a63ade3._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-06-20T15:23:32Z" + content=""" +The standalone tarball does not need to be installed in /usr/bin or any other particular location. I *never* hardcode /usr/bin in anything. + +It seems likely to me that you have not correctly added /opt/git-annex.linux to PATH. You mention `.profile` -- but this is only used +by bash when starting a login shell. So any non-login shells won't have it in path. You need to put something in .bashrc for that. + +Also, to use git-annex on a server, there is no reason at all to install the latest and greatest version. Any version 3 or greater build of git-annex will work fine on a server with newer git-annex versions on clients. So `apt-get install git-annex` is a much easier and nicer way to install it on a server. Most linux distributions have a package of git-annex and an easy way to install it. + +(It would also help if you pasted actual error messages, rather than a summary of an error message.) +"""]] |