I am a newbie in Julia. Initially Julia was running well on my laptop with windows 10. But after installing packages. Now every time i call any installed package using the keyword “Using”, i get error. I need your help. Thank you.
julia> Using Pkg
ERROR: syntax: extra token “Pkg” after end of expression
Stacktrace:
[1] top-level scope
@ none:1
julia> Using Flux
ERROR: syntax: extra token “Flux” after end of expression
Stacktrace:
[1] top-level scope