I have downloaded Julia-1.1.0 (from here), then I executed the binary file (julia-1.1.0/bin/julia) and in the prompt I type
using Pkg
Julia returns:
ERROR: ArgumentError: Package Pkg not found in current path:
- Run `import Pkg; Pkg.add("Pkg")` to install the Pkg package.
if I type Pkg.add("Pkg"), julia returns
ERROR: UndefVarError: Pkg not defined
How can I get Pkg to wotk?
Sorry for my english.