Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.05 KB

Setup.md

File metadata and controls

32 lines (18 loc) · 1.05 KB

Setup

Windows


Update your path variable

For *Nix

Add to your shell initialization scripts (~/.bashrc or ~/.bash_profile or ~/.zshrc) the following...

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

P.S. You can check which shell you are using by running echo $SHELL.

For Windows

You would have to Edit your "Environment Variables". Refer: How to set environment variables

  • 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.