(@v1.10) pkg> develop /Users/dblachance/Desktop/CCBlade.jl
ERROR: `/Users/dblachance/Desktop/CCBlade.jl` appears to be a local path, but directory does not exist
I also tried the following with no luck as well:
julia> Pkg.add(path="/Users/dblachance/Desktop/CCBlade.jl")
ERROR: Path `/Users/dblachance/Desktop/CCBlade.jl` does not exist.
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
[2] handle_repo_add!(ctx::Pkg.Types.Context, pkg::Pkg.Types.PackageSpec)
@ Pkg.Types /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:776
[3] handle_repos_add!(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.Types /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:852
[4] add(ctx::Pkg.Types.Context, pkgs::Vector{ā¦}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, kwargs::@Kwargs{ā¦})
@ Pkg.API /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:258
[5] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@Kwargs{})
@ Pkg.API /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
[6] add(pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:148
[7] add(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::String, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::@Kwargs{})
@ Pkg.API ./boot.jl:0
[8] top-level scope
@ REPL[21]:1
Some type information was truncated. Use `show(err)` to see complete types.
Any helps and tips will be greatly appreciated!
Note* I have a copy of the file in two places, I have tried both methods with the two file locations.
Iām fairly certain that they mean that you should clone the package as CCBlade.jl and give the path to the clone as argument to dev, not the path to the file with the same name inside the repository. Try something like
Thank you very much! I tried that and it did not work,
(@v1.10) pkg> develop(path="/Users/dblachance/Desktop/BU Research/CC Blade/CCBlade.jl-master")
ERROR: `develop(path=` is not a recognized command. Type ? for help with available commands
However, when I tried the other way for doing it not using ā]ā it worked: