LoginSignup
1
1

More than 5 years have passed since last update.

juliaをmacにインストール

Posted at

juliaをmacにインストールする

$ brew update
$ brew brew install gfortran

さっそくエラーがでる…

% brew install gfortran                                                             
Error: No available formula for gfortran
GNU Fortran is now provided as part of GCC, and can be installed with:
  brew install gcc

どうやらgccを入れないとダメらしい

$ brew insatall gcc

いれようとするとまたエラー…

$ brew install gcc 
Warning: gcc-5.2.0 already installed

すでにインストール済みらしい…

なんなんだよーー!!
って冷静になって先ほどのbrew install gfortranのエラー文を見る。
いつものように前提のソフト入れてね!ってエラー軽く見ちゃってたけどgfortranはgccに統合されたからgccインストールしてね!ってことじゃん!てへぺろ

(そもそも本家にもちゃんとgfortranインストールすることすでに書いてないじゃん)

最新版インストールは

$ brew update
$ brew tap staticfloat/julia
$ brew install julia
1
1
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
1
1