You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia --project=. juliac.jl --help produces this error:
julia --project=. juliac.jl --help
ERROR: LoadError: ArgumentError: Package ArgParse not found in current path:
- Run `import Pkg; Pkg.add("ArgParse")` to install the ArgParse package.
Stacktrace:
[1] require(::Module, ::Symbol) at ./loading.jl:887
[2] include at ./boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1105
[4] include(::Module, ::String) at ./Base.jl:31
[5] exec_options(::Base.JLOptions) at ./client.jl:295
[6] _start() at ./client.jl:468
in expression starting at /main/home/bill/src/PackageCompiler.jl/juliac.jl:3
If I activate the project and add ArgParse, it runs and I can also compile a file.
juliac.jl also runs if I add ArgParse to the default environment without adding ArgParse to Project.toml.
The text was updated successfully, but these errors were encountered:
julia --project=. juliac.jl --help
produces this error:If I activate the project and add
ArgParse
, it runs and I can also compile a file.juliac.jl
also runs if I addArgParse
to the default environment without addingArgParse
toProject.toml
.The text was updated successfully, but these errors were encountered: