-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
packagesPackage management and loadingPackage management and loading
Description
Follow up to #13542. Miscaptializing package names should error here (on OSX).
julia> Pkg.clone("distributions")
INFO: Cloning distributions from git://github.com/JuliaStats/Distributions.jl.git
ERROR: Base.Pkg.PkgError("distributions already exists")
[inlined code] from pkg.jl:13
in clone at pkg/entry.jl:193
in clone at pkg/entry.jl:221
in anonymous at pkg/dir.jl:31
in cd at file.jl:22
in cd at pkg/dir.jl:31
[inlined code] from pkg/dir.jl:25
in clone at pkg.jl:37
in eval at ./boot.jl:264Metadata
Metadata
Assignees
Labels
packagesPackage management and loadingPackage management and loading