> But if you don't have the ability to change the default path (or move
> the darcs executable into it) then this basically means you know what
> the problem is but you can't solve it.
> In my case I shouted (okay asked politely) at support but was met with "no"

Allan,

You don't need to have darcs in the system default path; you only need
to have it in your personal default path.

Assuming you're using bash, the following should do the trick:

  $ mkdir ~/bin/
  $ mv darcs ~/bin/
  $ echo 'PATH="$HOME/bin:$PATH"' >> ~/.bashrc

                                        Juliusz
_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to