diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-09 10:15:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-09 10:15:32 -0400 |
commit | 7f5c0ad73ccfe0922c3bee977c4ab885eee3f070 (patch) | |
tree | 75a0db2a47673a13aaf1add6c974224d0f09d434 /doc | |
parent | f99bdba8f31bc2616b5badd7e98608bc101b8d0f (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Remote__39__s_git-annex-shell_not_detected/comment_1_8354782cf0fab248e607c7eae59d6bb2._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Remote__39__s_git-annex-shell_not_detected/comment_1_8354782cf0fab248e607c7eae59d6bb2._comment b/doc/forum/Remote__39__s_git-annex-shell_not_detected/comment_1_8354782cf0fab248e607c7eae59d6bb2._comment new file mode 100644 index 000000000..ff17520ff --- /dev/null +++ b/doc/forum/Remote__39__s_git-annex-shell_not_detected/comment_1_8354782cf0fab248e607c7eae59d6bb2._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-08-09T14:13:50Z" + content=""" +I'd guess that however you have installed git-annex does not result in +git-annex-shell being in PATH until .bashrc or similar is loaded. + +Since bash refuses to load any such files when a command like "ssh thehost +git-annex-shell" is run, you can't install git-annex-shell that way. You +have to install it somewhere in the default PATH. +"""]] |