It seems that somehow individual entries in LOAD_PATH are not quoted:
lobianco@NCY-BETA-ALOBIANCO:~/.julia/dev/BetaML$ cd "docs/src/tutorials/A regression task: sharing bike demand prediction"
lobianco@NCY-BETA-ALOBIANCO:~/.julia/dev/BetaML/docs/src/tutorials/A regression task: sharing bike demand prediction$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.0-rc2 (2021-03-11)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.6) pkg> activate .
Activating environment at `~/.julia/dev/BetaML/docs/src/tutorials/A regression task: sharing bike demand prediction/Project.toml`
julia> include("betaml_tutorial_regression_sharingBikes.jl")
[ Info: Precompiling DataFrames [a93c6f00-e57d-5684-b7b6-d8193f3e46c0]
ERROR: LoadError: LOAD_PATH entries cannot contain ':'
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] create_expr_cache(pkg::Base.PkgId, input::String, output::String, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
@ Base ./loading.jl:1231
[3] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
@ Base ./loading.jl:1326
[4] compilecache(pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1306
[5] _require(pkg::Base.PkgId)
@ Base ./loading.jl:1021
[6] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:914
[7] require(into::Module, mod::Symbol)
@ Base ./loading.jl:901
[8] include(fname::String)
@ Base.MainInclude ./client.jl:444
[9] top-level scope
@ REPL[2]:1
in expression starting at /home/lobianco/.julia/dev/BetaML/docs/src/tutorials/A regression task: sharing bike demand prediction/betaml_tutorial_regression_sharingBikes.jl:15