Skip to content

Instantly share code, notes, and snippets.

@abdallahokasha
Created January 2, 2018 09:24
Show Gist options
  • Save abdallahokasha/7314db82cf2ce20f32f4c4b45c9a4635 to your computer and use it in GitHub Desktop.
Save abdallahokasha/7314db82cf2ce20f32f4c4b45c9a4635 to your computer and use it in GitHub Desktop.
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