summaryrefslogtreecommitdiff
path: root/doc/bugs/configurable_path_to_git-annex-shell/comment_1_fb6771f902b57f2b690e7cc46fdac47e._comment
blob: 50349363b1af61f64440b46752d7bd2a21a872a0 (plain)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="http://joey.kitenet.net/"
 nickname="joey"
 subject="comment 1"
 date="2012-03-22T22:26:02Z"
 content="""
It doesn't need to be installed into the system PATH; just the user PATH. Which you should be able to control.

Exactly how to do this surely varies, but here I have a `~/.bashrc` containing `PATH=$HOME/bin:$PATH; export PATH` and I keep git-annex-shell in bin and it's available to eg \"ssh mybox git-annex-shell\"
"""]]