We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia -e "versioninfo()" gives
julia -e "versioninfo()"
ERROR: UndefVarError: versioninfo not defined Stacktrace: [1] top-level scope at none:0
In Julia repl all works fine. Also, versioninfo don't work with embedded Julia (C API) with the same error.
versioninfo
versioninfo:
Julia Version 1.0.0 Commit 5d4eaca0c9 (2018-08-08 20:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: AMD FX(tm)-8150 Eight-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.0 (ORCJIT, bdver1)
The text was updated successfully, but these errors were encountered:
julia -e "using InteractiveUtils; versioninfo()" , the REPL loads it automatically.
julia -e "using InteractiveUtils; versioninfo()"
Sorry, something went wrong.
Docs missed this info. Should I create pull request with your info?
Ha, good find. Yea, that should definitely be fixed.
Fix 'versioninfo()' errors by loading the InteractiveUtils module. See …
672c851
…JuliaLang/julia#28803.
No branches or pull requests
julia -e "versioninfo()"
gives
In Julia repl all works fine.
Also,
versioninfo
don't work with embedded Julia (C API) with the same error.versioninfo:
The text was updated successfully, but these errors were encountered: