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.
- Host: GitHub
- URL: https://github.com/pinto0309/julia-bin
- Owner: PINTO0309
- License: mit
- Created: 2019-08-12T10:59:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T12:31:16.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T08:22:52.605Z (over 1 year ago)
- Topics: aarch64, armv7l, installer, julia, raspberrypi, x86-64
- Language: Shell
- Homepage: https://qiita.com/PINTO
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```