
7 May
2010
7 May
'10
3:12 p.m.
On Friday 07 May 2010 16:49:13 you wrote:
On 7 May 2010 13:38, Daniel Fischer
wrote:
8. add ~/.cabal/bin to your PATH
Just to prevent later trouble: If you use the tilde, **do not quote the PATH** (export PATH=~/.cabal/bin:$PATH works, export PATH="~/.cabal/bin:$PATH" doesn't, because the tilde doesn't get expanded inside quotes) If you use $HOME instead of the tilde or write out your home directory, it doesn't matter whether you enclose the PATH in quotes or not.
Thanks, Daniel -- that worked for me (at least as far as 10 -- step 11 is another story for another day :-)).
David