julialangHow to get JuliaLang version?
To get the version of JuliaLang, you can use the versioninfo()
function.
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 3 × AMD EPYC Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, znver2)
Threads: 1 on 3 virtual cores
The versioninfo()
function prints out the version of JuliaLang, the commit, and the platform information.
versioninfo()
: This is the function used to get the version of JuliaLang.Julia Version 1.4.2
: This is the version of JuliaLang.Commit 44fa15b150* (2020-05-23 18:35 UTC)
: This is the commit of JuliaLang.Platform Info
: This is the platform information of JuliaLang.
Helpful links
More of Julialang
- How to measure execution time in JuliaLang?
- How to use tuples in JuliaLang?
- How to work with rational numbers in JuliaLang?
- How to test code in JuliaLang?
- How to add a legend to a plot in JuliaLang?
- How to use enums in JuliaLang?
- How to use channels in JuliaLang?
- How to sort in JuliaLang?
- How to use regular expressions in JuliaLang?
See more codes...