jkroso / juliavm

Julia Version Manager - Simple bash script to manage multiple julia environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuliaVM OSX

JuliaVM is a command-line tool for OSX which enables you to easilly download and use different versions of Julia.

Install

curl "https://raw.githubusercontent.com/jkroso/juliavm/master/juliavm.sh" > /usr/local/bin/juliavm
chmod +x /usr/local/bin/juliavm

Usage

juliavm use 0.6.0-rc1

About

Julia Version Manager - Simple bash script to manage multiple julia environments

License:MIT License


Languages

Language:Shell 100.0%