Elixir download and installation on Windows 10 is quite simple task but still some people don't know how to install Elixir programming language on Windows. So to reduce the remittance of those people, today we are publishing this article where you will be guided step by step to download and install Elixir on Windows but before that let's take a overview of Elixir.
What is Elixir programming language?
Elixir is reliable multi paradigm programming language which is designed and developed by José Valin in the year 2011. Elixir programming language was developed as an open source programming language and licensed under Apache 2.0 license. Elixir is a general purpose programming language which is mainly used to in IoT development and web development. Elixir programming language is a dynamically typed programming language which also provides the feature of extensibility. And Along with this, Elixir programming language provides productivity tools.
Pre-requisite to download Elixir
- Erlang should be already installed before installing Elixir.
- Microsoft Visual C++ 2013 Redistributable (x64)
Note: Don't worry if Erlang is not already installed on your computer. It will automatically download all these components while installing Elixir.
How to download and install Elixir on Windows 10
Basically there are two ways to download Elixir on Windows 10, first one is via using web installer and second one is via Chocolatey. In this article we will learn to download the elixir programming language in both ways.
Install Elixir through Chocolatey
This is quite very simple, only you have to do is, go to Choclatey command line and run the following command;
cinst elixir
Install Elixir through web Installer
1. First of all, Go to Elixir downloading page then scroll down page and click on Elixir Windows Installer.
2. After clicking on this, it automatically start downloading on your pc. After downloading Elixir installer file - just click on it and open it.!!
3. Now, the elixir setup wizard will be open on your computer screen - just click on Next to continue installation.
4. Here, All Elixir releases to install are listed - Choose one of them and click on Next to continue.
5. In this step, you will be asked choice for install Erlang or defer installation - just go with install Erlang and click on Next to continue.
6. Now, Erlang component is ready to install - just click on "Install" to begin Elixir installation.
7. After installing Erlang you will also need to install Microsoft DDL's - for this, select this component and click on Next to continue.
8. Now, choose the installation location for Erlang OTP 22 - browse the location and click on Next.
9. Here, choose the start menu folder for the Erlang OTP shortcut. After choosing start menu folder, click on Install to continue.
10. After this, Microsoft C++ 2013 Redistributable (x64) is ready to install - just Check out "I accept license agreement" and click on Install to install this component.
After doing this, it will take few seconds to install this. After installing Microsoft C++ 2013 Redistributable (x64) - just click on Close.
11. Now, configure the elixir to use following Erlang installation path - just go with system by default location and click on Next to continue Elixir installation.
12. After doing this, you need to select the destination path where you want to install Elixir. After selecting the destination location, click on Next to continue.
13. Now, select the start menu folder where you want to setup Elixir shortcut. After choosing this, just click on Next to continue.
14. Here, select the additional task that you would like to setup to perform while install Elixir then click Next to continue.
15. Elixir is ready to install on your Windows PC - just click on Install to begin installation process.
Wait few seconds until you get this confirmation;
Conclusion
Above we have discussed the tutorial for Elixir download and installation on Windows 10. Elixir is reliable multi paradigm programming language which is designed and developed by José Valin in the year 2011. Elixir programming language was developed as an open source programming language and licensed under Apache 2.0 license. Elixir is a general purpose programming language which is mainly used to in IoT development and web development. Elixir programming language is a dynamically typed programming language which also provides the feature of extensibility. By following above mentioned two methods, anyone can easily download and install Elixir on Windows operating system. I hope this information is helpful to you all.