Created
January 2, 2018 09:24
-
-
Save abdallahokasha/7314db82cf2ce20f32f4c4b45c9a4635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's very easy, here's how to install it on Ubuntu in 8 steps: | |
1- go to [Julia downloads page][1] | |
2- Choose you version (32bit or 64bit) from **Generic Linux Binaries**, and then download it. | |
3- extract .tar.gz file in home or any place you would like to install Julia on it. | |
4- run > `gksudo gedit /etc/environment` on your terminal to setup envirnment path. | |
5- edit file `:/Path_To_extracted_File/bin` in my case it was like this: | |
"`:/home/okasha/julia-d386e40c17/bin`" | |
6- Save edits and close the file. | |
7- **Restart** your machine. | |
8- Open your terminal again and run > `julia -version` | |
you shoud get "`julia version 0.6.2`" for Example according to your installed julia version. | |
Run > `julia` to open julia session. | |
[Reference][2] | |
[1]: https://julialang.org/downloads/ "Julia downloads page" | |
[2]: https://www.youtube.com/watch?v=3RXtVG9kvEQ "Youtube Video" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment