Skip to content

Commit

Permalink
Setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Mar 18, 2024
1 parent fcf7340 commit 1022c43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Download the installer from https://elixir-lang.org/install.html#windows

- This includes Erlang/Beam OTP
- Erlang OTP needs to installed *SEPARATELY* from: https://www.erlang.org/downloads.html

---

Expand All @@ -15,6 +15,7 @@
Add to your shell initialization scripts (`~/.bashrc` or `~/.bash_profile` or `~/.zshrc`) the following...

```bash
export PATH="</path/to/erlangotp/installation>/bin:$PATH"
export PATH="</path/to/elixir/installation>/bin:$PATH"
```

Expand All @@ -24,6 +25,8 @@ P.S. You can check which shell you are using by running `echo $SHELL`.

You would have to Edit your "Environment Variables". Refer: [How to set environment variables](https://docs.oracle.com/en/database/oracle/machine-learning/oml4r/1.5.1/oread/creating-and-modifying-environment-variables-on-windows.html#GUID-DD6F9982-60D5-48F6-8270-A27EC53807D0)

Ensure that `</path/to/elixir/installation>/bin` is added to the `%PATH%` variable.
- Ensure that `</path/to/erlangotp/installation>/bin` is added to the `%PATH%` variable.

- Ensure that `</path/to/elixir/installation>/bin` is added to the `%PATH%` variable.

> Restart your `git bash` and verify the steps 1 and 2 again.

0 comments on commit 1022c43

Please sign in to comment.