Re: [O] OT: installing pip on Windows/Cygwin (was: Wanted: volunteer to integrate REST-client (restclient.el))

2014-02-12 Thread John Kitchin
I don't understand, it looks like this worked. #+RESULTS: : Searching for requests : Reading http://pypi.python.org/simple/requests/ : Best match: requests 2.2.1 : Downloading https://pypi.python.org/packages/source/r/requests/requests-2.2.1.tar.gz#md5=ac27081135f58d1a43e4fb38258d6f4e : Processing

Re: [O] OT: installing pip on Windows/Cygwin (was: Wanted: volunteer to integrate REST-client (restclient.el))

2014-02-12 Thread Karl Voit
* Karl Voit wrote: > > * John Kitchin wrote: >> >> windows and pip/easy_install are funny sometimes. >> >> I often do something like this: > > Ah, great idea. However, at my side, it ends up like this: > [...] > > In Cygwin shell, I can execute "easy_install pip". After that, I can execute > "pip

[O] OT: installing pip on Windows/Cygwin (was: Wanted: volunteer to integrate REST-client (restclient.el))

2014-02-12 Thread Karl Voit
Hi John! * John Kitchin wrote: > > windows and pip/easy_install are funny sometimes. > > I often do something like this: > > #+BEGIN_SRC python > from setuptools.command import easy_install > easy_install.main( ["-U","requests"] ) > #+END_SRC > > #+RESULTS: > #+begin_example > Searching for reque