Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6237CE8D for ; Mon, 7 May 2012 08:35:29 +0000 (UTC) Received: (qmail 84435 invoked by uid 500); 7 May 2012 08:35:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 84280 invoked by uid 500); 7 May 2012 08:35:27 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 84257 invoked by uid 99); 7 May 2012 08:35:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 08:35:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2012 08:35:20 +0000 Received: by lbbgh12 with SMTP id gh12so4340691lbb.11 for ; Mon, 07 May 2012 01:35:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=W0biWk+4+wjxc703Rnu6Dr14GY02qwoB993C95dVQSg=; b=0ogHHCLtWpZhNFlmjeItnPenD8ZVJkRg+f3rbE3OVYCxcA5Kj8ljqTkZyUv0C64GhQ icFU2zTfhrHbRAfoOwwxKbwn8q4KmTVhMqgIfrufk400vYbPP8dQGHakORuQaHEG8HFr 2vYUEOK35wI5WeMaejzMZYCuJpvmRSCX+1ADEcxMd00uPqk/Xgh+CXsJY8XUWSIWfFl/ z0/l1CtfGcCrjFVBNCLMktvynook0u1tk4ibIM3KXeYMO0/f8vMHWS5w8uvNi3HPWbUi 1xGgfLCrRV85q6ovkNezKDE5K3i4CdShKWGjIHkR8ximXkiri23xPFHamfB5AfxXed/P vIFA== MIME-Version: 1.0 Received: by 10.152.104.44 with SMTP id gb12mr12587031lab.29.1336379700232; Mon, 07 May 2012 01:35:00 -0700 (PDT) Received: by 10.112.68.141 with HTTP; Mon, 7 May 2012 01:35:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 May 2012 10:35:00 +0200 Message-ID: Subject: Re: can't install couchapp From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, May 7, 2012 at 10:25 AM, goog cheng wrote: > Hi, =A0all! > today, =A0i =A0hava install couchapp well by =A0python-setuptools =A0,, > later, =A0i do a =A0mistake , install the > https://github.com/mikeal/node.couchapp.js ,then =A0 couchapp can't run, = =A0... > =A0I can't installl =A0,,, tips: > > > > Processing Couchapp-1.0.1-py2.7.egg > Couchapp 1.0.1 is already the active version in easy-install.pth > Installing couchapp script to /usr/local/bin > error: /usr/local/bin/couchapp: No such file or directory > > > how to solve it ? THX! With pip you can upgrade your installation by launching the command line: pip install -U couchapp - beno=EEt