But this gives me an error:$ raco pkg update --clone htdp
Is it possible for my install of Racket 6.6 to use a cloned version of htdp?Inferred package name from given `--clone' path
package: htdp
given path: htdp
Inferred package scope: installation
raco pkg update: package is not currently installed from a repository
package: htdp
current installation: (catalog htdp)
--
You received this message because you are subscribed to the Google Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe@googlegroups.com.
I tried to run this command (as I also would like to work on some built in packages), and after it run successfully, my racket installation seems broken. Running raco without any arguments gives out warnings:
warning: tool "contract-profile" registered twice: "contract-profile" and #<path:C:\Program Files\Racket\share\pkgs\contract-profile>
warning: tool "dependencies-graph" registered twice: "dependencies-graph" and #<path:C:\Program Files\Racket\share\pkgs\drracket-tool-lib\drracket>
warning: tool "docs" registered twice: "docs" and #<path:C:\Program Files\Racket\share\pkgs\racket-doc\help>
warning: tool "check-requires" registered twice: "check-requires" and #<path:C:\Program Files\Racket\share\pkgs\macro-debugger-text-lib\macro-debugger>
warning: tool "show-dependencies" registered twice: "show-dependencies" and #<path:C:\Program Files\Racket\share\pkgs\macro-debugger-text-lib\macro-debugger>
warning: tool "macro-profiler" registered twice: "macro-profiler" and #<path:C:\Program Files\Racket\share\pkgs\macro-debugger-text-lib\macro-debugger>
warning: tool "planet" registered twice: "planet" and #<path:C:\Program Files\Racket\share\pkgs\planet-lib\planet>
warning: tool "profile" registered twice: "profile" and #<path:C:\Program Files\Racket\share\pkgs\profile-lib>
warning: tool "scribble" registered twice: "scribble" and #<path:C:\Program Files\Racket\share\pkgs\scribble-lib\scribble>
and trying to run DrRacket also fails with errors about duplicate languages.
I'm using Racket 6.6 (released version), no extra packages installed on a Windows 7 64 bit OS.
What am I doing wrong?
Thanks,
Alex.