Skip to content

install instruction for julia packages (jlpkg missing) #18

Open
@teuben

Description

my julia didn't come with jlpkg, so I could not issue the
jlpkg --project=@. add $(cat REQUIRE | grep -v julia)
command. Yes, I know, I can also install jlpkg...

For those not immediately famliar with with julia's internal (REPL) method, do:

using Pkg
Pkg.add("Colors")

(and all other packages listed in the REQUIRE file.

I'm not a julia expert yet, but I noticed this installs them in my private ~/,julia tree, not benefiting others that use the new system installed version of julia.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions