An open API service indexing awesome lists of open source software.

https://github.com/pinto0309/julia-bin

Julia execution binary storage.
https://github.com/pinto0309/julia-bin

aarch64 armv7l installer julia raspberrypi x86-64

Last synced: 2 months ago
JSON representation

Julia execution binary storage.

Awesome Lists containing this project

README

          

# Julia-bin
Julia execution binary storage.

## Official binaries

**https://julialang.org/downloads/**

## Usage

**https://julialang.org/downloads/platform.html#generic-binaries**
```bash
$ cd ~
$ git clone https://github.com/PINTO0309/Julia-bin.git
$ cd Julia-bin
$ ./armv7l/Debian_Buster/v1.3.0-alpha/download.sh

$ sudo rm /usr/local/bin/julia
$ sudo ln -s ${HOME}/Julia-bin/julia-1.3.0-alpha/bin/julia /usr/local/bin/julia
```