1
0

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.

Julia Install 方法

1
Last updated at Posted at 2020-02-11

Julia Install

Juliaの記事を読んだので早速環境構築してみた.BLASの設定のとこが分からないのでわかったら追記する.

Linux系

git clone https://github.com/JuliaLang/julia.git
cd julia

git checkout (好きなversion)` ex): `git checkout v1.3.1
make -j4

終わり.インストールされたか確認

./julia --version

$ ./julia --version

julia version 1.3.1

./julia 
julia.png

できてる.

公式

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?