From b0bc141a97fccbdb2e76b3161cc0ab0205698742 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 9 Aug 2015 10:15:32 -0400 Subject: [PATCH] response --- ...mment_1_8354782cf0fab248e607c7eae59d6bb2._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Remote__39__s_git-annex-shell_not_detected/comment_1_8354782cf0fab248e607c7eae59d6bb2._comment 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 0000000000..ff17520ff4 --- /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. +"""]]