Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scipy': 0.05; 'binary': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'cc:name:python list': 0.16; 'easy_install': 0.16; 'grep': 0.16; 'option:': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.18; 'user.': 0.19; 'meant': 0.20; 'not,': 0.20; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; "d'aprano": 0.31; 'option.': 0.31; 'steven': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'should': 0.36; 'rather': 0.38; 'oscar': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=/4DQAUCNt4Uexs2yPgsFc0vjUZY5PuShoqzXxR2RPbk=; b=ng6MEp4sL2O3u+o+Rewh4jReMsMS3PggoAbgSa2HekEMO7hZWplKWhjiTbzeVQGnPz CBvy7CYINpX6uPlH2bFl3lOOAfgd2dzf39d7oIudPqr5g/zfaWxxRvB16q/X3X0uF90x 7ZbyVLBYMiOVaZhzW82PmtcJWape8ZXTOWyB4b/WO+/ZUn0UhTonNO4HiaRdnzh99KwH 30Gp/LAZDweTfBxT9xWF4gsVigREGZeebrCnwxWqtzjxLF7khqvSoxb5S/wFSs13x2SS 33x332GUwJFHFjMuvxdgVx0YRPSEPismFbGtkoKpFUKKdk8NfcNFOeFHz8H75GwLHWkP AZvA== X-Received: by 10.58.118.130 with SMTP id km2mr1057465veb.0.1379594099806; Thu, 19 Sep 2013 05:34:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <523a648a$0$29988$c3e8da3$5496439d@news.astraweb.com> References: <52391468$0$29869$c3e8da3$5496439d@news.astraweb.com> <523a648a$0$29988$c3e8da3$5496439d@news.astraweb.com> From: Oscar Benjamin Date: Thu, 19 Sep 2013 13:34:39 +0100 Subject: Re: scipy 11 and scipy 12 To: "Steven D'Aprano" Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379594108 news.xs4all.nl 15867 [2001:888:2000:d::a6]:43289 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54421 On 19 September 2013 03:42, Steven D'Aprano 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