summaryrefslogtreecommitdiff
path: root/doc/forum/Cant_see_git-annex-shell_via_SSH_in_OSX/comment_1_1fafdc4ed4a0f601918361dca688aa6c._comment
blob: edbf2edfc4288da0496c6aaf705121116613a83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-04-18T20:05:42Z"
 content="""
This is a common gotcha; bash sources something like .bashrc
or whatever that puts /usr/local/bin/ in your path when it's a login shell.
However, when git-annex is sshing in, there is no login shell,
and bash does not source any dotfiles, and so git-annex-shell in not in
PATH.

The solution is probably to move or symlink it to some other directory
that is in PATH always.
"""]]