Interesting.  Yes this is a problem with lein.bat rather than the installer.

Leiningen recently added support for powershell because it was assumed that
powershell would always be installed, but in fact that isn't the case.  The
installer bundles curl as a fallback for when powershell isn't installed.

The error suggests that you have powershell installed, but that it isn't
working for some reason.

Could you tell me what version of windows you are using?  Do you have any
unusual network setup - eg, are you behind a proxy?

Did the installer successfully download lein.bat to ~/.lein/bin/lein.bat?

Can you see if this command completes without errors:

  curl "
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.1.2-standalone.jar";
-o test.jar


If powershell is going to be a problem, then it might be easier for
leiningen to lower powershell below curl in the priority list.

-- 
Dave

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to