Added PATH variable part
This commit is contained in:
parent
748bd1e1e1
commit
c387f98bc9
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ sudo cabal update
|
||||||
cabal install git-annex --bindir=$HOME/bin
|
cabal install git-annex --bindir=$HOME/bin
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example:
|
||||||
|
<pre>
|
||||||
|
PATH=~/bin:/usr/bin/local:$PATH
|
||||||
|
</pre>
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
* [[forum/OSX__39__s_haskell-platform_statically_links_things]]
|
* [[forum/OSX__39__s_haskell-platform_statically_links_things]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue