Skip to content

Instantly share code, notes, and snippets.

View yomichi's full-sized avatar

Yuichi Motoyama yomichi

View GitHub Profile
@bicycle1885
bicycle1885 / setup-system.jl
Last active January 30, 2020 04:29
Set up Julia packages for system
# Install packages in system
# ==========================
# License: Public Domain
# Usage: julia setup-system.jl package1 package2 ...
# Also, don't forget to add '@system' to your LOAD_PATH like this way:
# $ env JULIA_LOAD_PATH='@:@v#.#:@system:@stdlib' julia
using Pkg