mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-23 19:47:56 +01:00
Extra PATH info care of @cosmo0920
parent
32ca327153
commit
bb6c89303d
@ -28,7 +28,11 @@ On most POSIX systems, this directory will be `$HOME/.cabal/bin`. A simple way t
|
|||||||
|
|
||||||
export PATH=$HOME/.cabal/bin:$PATH
|
export PATH=$HOME/.cabal/bin:$PATH
|
||||||
|
|
||||||
Windows/Mac users: Please contribute more information!
|
In Mac OS X, cabal installs binaries to: `~/Library/Haskell/bin/`.
|
||||||
|
|
||||||
|
In Windows Vista or newer Windows, cabal installs binaries to: `%APPDATA%\cabal\bin`.
|
||||||
|
`%APPDATA` is Windows specific Environment variable.
|
||||||
|
Usually, this variable specifies `C:\Users\<username>\AppData\Roaming`.
|
||||||
|
|
||||||
## Haskell Platform
|
## Haskell Platform
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user