Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Debugger entered--Lisp error: (error "Could not start swank server: bash: lein: command not found
  2. ")
  3. signal(error ("Could not start swank server: bash: lein: command not found\n"))
  4. error("Could not start swank server: %s" "bash: lein: command not found\n")
  5. (let ((debug-on-error t)) (error "Could not start swank server: %s" (with-current-buffer (process-buffer process) (buffer-substring (point-min) (point-max)))))
  6. clojure-jack-in-sentinel(#<process swank> "exited abnormally with code 127\n")
  7.  
  8. ELISP> exec-path
  9. ("/home/brett/bin" "/usr/local/bin" "/usr/bin" "/bin" "/usr/local/sbin" "/usr/sbin" "/sbin" "/usr/bin/vendor_perl" "/usr/bin/core_perl" "/usr/lib/emacs/24.0.92/x86_64-unknown-linux-gnu")
  10.  
  11. ELISP> (getenv "PATH")
  12. "/home/brett/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl"
  13.  
  14. ELISP> (locate-file "lein" exec-path)
  15. "/home/brett/bin/lein"
  16.  
  17. $ lein version
  18. Leiningen 1.6.2 on Java 1.7.0_147-icedtea OpenJDK 64-Bit Server VM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement