Skip to content

Commit

Permalink
Julia: install v1.3.0 by default.
Browse files Browse the repository at this point in the history
Older versions can still be selected by setting variable `julia_version`.
  • Loading branch information
riccardomurri committed Nov 26, 2019
1 parent 695e447 commit db30dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ the Julia language system:
===================== ========================== ==============================
Variable name Default Description
===================== ========================== ==============================
``julia_version`` ``1.2.0`` Version of Julia to install
``julia_version`` ``1.3.0`` Version of Julia to install
===================== ========================== ==============================

The following example (incomplete) shows how to install JupyterHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# version of Julia to install
julia_version: 1.2.0
julia_version: 1.3.0

# should the `julia` command be added to users' shell $PATH ?
julia_in_path: yes
Expand Down

0 comments on commit db30dbd

Please sign in to comment.