clojupyter
clojupyter copied to clipboard
running the "install" cli command in a top level dir is very slow
I noticed that running
java -cp ~/Downloads/noj-2-beta6.1-clojupyter.jar clojupyter.cmdline install --jarfile noj-2-beta6.1-clojupyter.jar --ident noj-2-beta6.1
can be very slow, when the "current directory" is a high level directory having subdirs and lots of files. I believe the install command "searches" for jars in the current dir, can it be ? Even when the jarfile is given as "--jarfile"