7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

何度やってもcabal install cabal-installしろって言われるやつ

Last updated at Posted at 2014-03-28

windows7でHaskell PlatformでHaskellをインストールした環境で、「cabal update」すると新しいバージョンが出てるから「cabal install caba-install」してねと何度やっても言われる問題の対処法。

# global オプションをつける
$ cabal install cabal-install --global

cabalを検索しているパスとcabalがインストールされるパスが別になっているせいで起こるのでこれで解決出来る。
環境変数を書き換えることでも解決可能。

7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?