In my Julia 1.0.0 REPL, LOAD_PATH returns unexpected results
问题 My Julia REPL Help provides the following for LOAD_PATH: help?> LOAD_PATH search: LOAD_PATH LOAD_PATH An array of paths for using and import statements to consdier as project environments or package directories when loading code. See Code Loading. Here is my output for LOAD_PATH at the prompt: julia> LOAD_PATH # What is the output below? 3-element Array{String,1}: "@" "@v#.#" "@stdlib" The output shown above for LOAD_PATH seems strange. Any suggestions? 回答1: What you see there is the DEFAULT