Skip to content

Conversation

fhoces
Copy link
Contributor

@fhoces fhoces commented May 16, 2019

First time running Julia, and Pkg.add("Mimi") was not working until I did import Pkg

First time running Julia, and `Pkg.add("Mimi") ` was not working until I did `import Pkg`
@codecov-io
Copy link

Codecov Report

Merging #482 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #482   +/-   ##
=======================================
  Coverage   83.26%   83.26%           
=======================================
  Files          26       26           
  Lines        1870     1870           
=======================================
  Hits         1557     1557           
  Misses        313      313

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89cd2bc...55a7756. Read the comment docs.

@davidanthoff
Copy link
Collaborator

Thanks for finding this!

@lrennels I think we should instead point folks to the pkg REPL mode and get rid of any code examples that use Pkg.something. @lrennels could you track this?

@lrennels
Copy link
Collaborator

@davidanthoff sure I'll look through the docs now and add a new PR

@lrennels
Copy link
Collaborator

@davidanthoff @fhoces see #483

@lrennels
Copy link
Collaborator

This is addressed in #483, so that import Pkg will actually not be necessary since use the Pkg mode in the REPL.

@lrennels lrennels closed this May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants