4
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 3 years have passed since last update.

Elixirのインストール on Windows 10

Posted at

Elixirをメモを取りながらインストールしたので、Qiitaにメモします。

#インストーラ
https://elixir-lang.org/install.html#windows
からインストーラを取得して起動する。

#Erlangのインストール
インストーラが自動的に処理系のErlangも入れてくれるので
インストーラの動作に従う。

##Erlangインストールの確認
Erlangが実行できるか確認します。PATHの設定はインストーラがやってくれました。
スタートメニューにErlangのプロンプトを開く項目が入っています。
image.png
もしくはコマンドプロンプトでerlとタイプするとEshellが動きます。(止めたいときにはCtrl-Gを押して、Eshell自体はCtrl-Cで止まります)
image.png

#Elixirのインストールの確認
コマンドプロンプトにelixir --versionと打つと、バージョン確認ができます。

image.png

#動作確認
文字化けしたのでコマンドプロンプトでchcp 65001として文字コードを変更しています。
elixir確認.png

以上です。

4
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
4
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?