Install Julia from official generic binaries.

raman kumar

Member
Joined
Aug 3, 2020
Messages
261
Reaction score
15
Credits
2,567
I had installed Julia by running " Pamac Install julia " but its MultivariateStats library is not working so i want to install Julia from official generic binaries available on website.
i am able to download it but not able to install it from official generic binaries.
   /bin  cd  127 ✘  34s     ~  cd /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin  ✔    ~/julia-1.7.3-/j/bin  julia  ✔ The application julia is not installed. It may be found in the following packages: community/julia 2:1.7.2-2 /usr/bin/julia Do you want to Install package julia? (y/N) N    ~/julia-1.7.3-/j/bin  cd /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin/    ~/julia-1.7.3-/j/bin  julia  ✔ The application julia is not installed. It may be found in the following packages: community/julia 2:1.7.2-2 /usr/bin/julia Do you want to Install package julia? (y/N) M    ~/julia-1.7.3-/j/bin  cd /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin/julia/ cd: not a directory: /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin/julia/    ~/julia-1.7.3-/j/bin  cd /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin/julia cd: not a directory: /home/raman/julia-1.7.3-linux-x86_64/julia-1.7.3/bin/julia    ~/julia-1.7.3-/j/bin     ~  cd /home/raman/julia-1.7.3  ✔    ~/julia-1.7.3  cd /home/raman/julia-1.7.3/bin/julia  ✔ cd: not a directory: /home/raman/julia-1.7.3/bin/julia    ~/julia-1.7.3  cd /home/raman/julia-1.7.3/bin/  1 ✘    ~/julia-1.7.3/bin  julia  ✔ The application julia is not installed. It may be found in the following packages: community/julia 2:1.7.2-2 /usr/bin/julia Do you want to Install package julia? (y/N) m
 
Last edited:


I found this video on youtube helpful in installing Julia .
   ~  julia  ✔ _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.7.3 (2022-05-06) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> using Pluto [ Info: Precompiling Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] ┌ Info: │ │ Welcome to Pluto v0.19.8 │ Start a notebook server using: │ │ julia> Pluto.run() │ │ Have a look at the FAQ: │ https://github.com/fonsp/Pluto.jl/wiki └ julia> Pluto.run() [ Info: Loading... ┌ Info: └ Opening http://localhost:1234/?secret=ezrIUdQ1 in your default browser... ~ have fun! ┌ Info: │ Press Ctrl+C in this terminal to stop Pluto
 
Last edited:
on Arch vanilla :

Code:
[andrew@darkstar:~]$ sudo pacman -Ss julia                                (06-15 08:52)
[sudo] password for andrew:
community/julia 2:1.7.3-1
    High-level, high-performance, dynamic programming language
community/perl-datetime-calendar-julian 0.107-1
    Perl module for Dates in the Julian calendar
community/python-jdcal 1.4.1-8
    Julian dates, from proleptic Gregorian and Julian calendars
[andrew@darkstar:~]$                                                      (06-15 08:52)

The web you mention quotes Windows server 2012 -are you sure that web is up to date ?
 


Top