hmm…this does not seems to be a FromFile issue, but a Julia issue
julia> begin
using LinearAlgebra
LinearAlgebra.@commutative
end
ERROR: LoadError: UndefVarError: LinearAlgebra not defined
in expression starting at REPL[1]:3
hmm…this does not seems to be a FromFile issue, but a Julia issue
julia> begin
using LinearAlgebra
LinearAlgebra.@commutative
end
ERROR: LoadError: UndefVarError: LinearAlgebra not defined
in expression starting at REPL[1]:3