mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-22 11:07:53 +01:00
Never mind, quoting is actually unnecessary.
parent
b6876157b3
commit
a1d3b4f044
@ -27,7 +27,7 @@ This applies to both Haskell Platform and manual installs. A very common source
|
|||||||
On most POSIX systems, this directory will be `$HOME/.cabal/bin`. A simple way to do this is to edit your `~/.bashrc` and place in there:
|
On most POSIX systems, this directory will be `$HOME/.cabal/bin`. A simple way to do this is to edit your `~/.bashrc` and place in there:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export PATH="$HOME/.cabal/bin:$PATH"
|
export PATH=$HOME/.cabal/bin:$PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
In Mac OS X, cabal installs binaries to: `$HOME/Library/Haskell/bin`.
|
In Mac OS X, cabal installs binaries to: `$HOME/Library/Haskell/bin`.
|
||||||
Loading…
Reference in New Issue
Block a user