All Projects → abelsiqueira → Jill

abelsiqueira / Jill

Licence: gpl-3.0
Command line installer of the Julia Language.

Programming Languages

shell
77523 projects
julia
2034 projects

Projects that are alternatives of or similar to Jill

Calamares
Distribution-independent installer framework
Stars: ✭ 654 (+354.17%)
Mutual labels:  installer, hacktoberfest
Choosenim
Tool for easily installing and managing multiple versions of the Nim programming language.
Stars: ✭ 338 (+134.72%)
Mutual labels:  installer, hacktoberfest
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (+2.78%)
Mutual labels:  installer, hacktoberfest
Nvquicksite
nvQuickSite is a desktop installation app for DNN, the world's most popular ASP.NET-based CMS. This app allows you to easily install DNN onto any environment that meets the minimum system requirements for DNN to be installed.
Stars: ✭ 36 (-75%)
Mutual labels:  installer, hacktoberfest
Terrafx
A framework for developing multimedia-based applications.
Stars: ✭ 141 (-2.08%)
Mutual labels:  hacktoberfest
Almond Server
The home server version of Almond
Stars: ✭ 142 (-1.39%)
Mutual labels:  hacktoberfest
Android Password Store
Android application compatible with ZX2C4's Pass command line application
Stars: ✭ 1,912 (+1227.78%)
Mutual labels:  hacktoberfest
Webpack Require From
Webpack plugin that allows to configure path or URL for fetching dynamic imports
Stars: ✭ 142 (-1.39%)
Mutual labels:  hacktoberfest
Slick
Static site generator built on Shake configured in Haskell
Stars: ✭ 144 (+0%)
Mutual labels:  hacktoberfest
Openingtree
Consolidated view of all your chess games from chess.com, lichess, grandmaster games or custom pgn.
Stars: ✭ 143 (-0.69%)
Mutual labels:  hacktoberfest
Arepl Vscode
program python in real-time
Stars: ✭ 142 (-1.39%)
Mutual labels:  hacktoberfest
Vscode Stylelint
Official Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 141 (-2.08%)
Mutual labels:  hacktoberfest
Openaq Api
OpenAQ Platform API
Stars: ✭ 143 (-0.69%)
Mutual labels:  hacktoberfest
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
Stars: ✭ 2,243 (+1457.64%)
Mutual labels:  hacktoberfest
Gatsby Plugin Typegen
High-performance TypeScript/Flow code generation for GatsbyJS queries.
Stars: ✭ 144 (+0%)
Mutual labels:  hacktoberfest
Magick.net
The .NET library for ImageMagick
Stars: ✭ 2,071 (+1338.19%)
Mutual labels:  hacktoberfest
Core Framework
This repository holds the Open RuneScape Classic game framework
Stars: ✭ 143 (-0.69%)
Mutual labels:  hacktoberfest
Msbuild.sdk.sqlproj
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Stars: ✭ 142 (-1.39%)
Mutual labels:  hacktoberfest
Shimmerswift
A swift implementation of Facebooks shimmer effect.
Stars: ✭ 143 (-0.69%)
Mutual labels:  hacktoberfest
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-0.69%)
Mutual labels:  installer

jill - Julia Installer 4 Linux - Light

GitHub Workflow Status DOI GitHub release (latest by date)

Julia 1.5.4 Julia 1.0.5 Julia 1.6.0-rc2

Julia light installer for Linux.


On Linux, the best way to install Julia is to use the Generic Linux Binaries. And while all Linux users love manually downloading, unpacking, and linking their software, this script does it for you.

Quick version - Install latest stable linux

Simply run

sudo bash -ci "$(curl -fsSL https://raw.githubusercontent.com/abelsiqueira/jill/master/jill.sh)"

Sudo is optional. If you prefer to not use it, make sure to add $HOME/.local/bin to your PATH.

More options - Download jill.sh

Either download the jill.sh script, e.g.

wget https://raw.githubusercontent.com/abelsiqueira/jill/master/jill.sh

or

curl -fsSL https://raw.githubusercontent.com/abelsiqueira/jill/master/jill.sh > jill.sh

or clone the full repo (for instance, if you had SSL issues as in #32):

git clone https://github.com/abelsiqueira/jill

You can use the script via bash jill.sh or make it executable using chmod a+x jill.sh. We'll use the former version here.

Usage:

bash jill.sh [options]

If no options are given, this will install the latest stable Julia. The .tar.gz and unpacked folder will be kept on the environment variable JULIA_DOWNLOAD, and the julia executable will be linked in JULIA_INSTALL.

By default, we use

  • JULIA_DOWNLOAD=/opt/julias and JULIA_INSTALL=/usr/local/bin if you have root permission (e.g. called with sudo).
  • JULIA_DOWNLOAD=$HOME/packages/julias and JULIA_INSTALL=$HOME/.local/bin otherwise.

The following options are avaiable:

  • -h, --help: Show a help.
  • --lts: Install the Long Term Support version (Currently 1.0.5).
  • --rc: Install the latest release candidate (uses jq to query the versions from julialang.org).
  • -u OLD, --upgrade OLD: Copy the environment from OLD version.
  • -v VER, --version VER: Install julia version VER. Valid examples: 1.5.4, 1.5-latest, 1.5.0-rc1.
  • -y, --yes, --no-confirm: Skip confirmation.

LICENSE

This script is licensed under the GNU GPLv3 (see LICENSE.md). This dosn't affect your Julia usage at all.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].