scipy 11 and scipy 12

Oscar Benjamin oscar.j.benjamin at gmail.com
Thu Sep 19 08:34:39 EDT 2013


On 19 September 2013 03:42, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
>> For Python 2.7 I think that easy_install will be able to install from
>> the sourceforge binaries, e.g
>>
>>     easy_install --user scipy
>>
>> but I may be wrong.

I should add that I meant the above as a suggestion for a Windows user.

> If I recall correctly, and I may not, easy_install doesn't support per-
> user installs with the --user option.

It has the option:

$ easy_install --help | grep -- --user
  --user                     install in user site-package 'C:\Documents and

I just don't know if that works when easy_install works from a binary
rather than an sdist.


Oscar



More information about the Python-list mailing list