-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instantiate problem "Package REPL not found in current path" #1815
Comments
From
it looks like this was due to the startup file, that should only be used for build if you explicitly start julia with |
fredrikekre
added a commit
to JuliaLang/IJulia.jl
that referenced
this issue
Nov 29, 2020
Pkg launches subprocesses with the startup file if you explicitly start julia with `--startup-file=yes`. Since it is default anyway it seems like this can be removed, fixes JuliaLang/Pkg.jl#1815.
Thank you. This can be closed. |
stevengj
pushed a commit
to JuliaLang/IJulia.jl
that referenced
this issue
Nov 29, 2020
Pkg launches subprocesses with the startup file if you explicitly start julia with `--startup-file=yes`. Since it is default anyway it seems like this can be removed, fixes JuliaLang/Pkg.jl#1815.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the problem:
When doing
instantiate
the following errors are printed:when switching to REPL from Jupyter Notebook build goes through cleanly.
The text was updated successfully, but these errors were encountered: