On Mon, May 7, 2012 at 10:25 AM, goog cheng <[email protected]> wrote: > Hi, all! > today, i hava install couchapp well by python-setuptools ,, > later, i do a mistake , install the > https://github.com/mikeal/node.couchapp.js ,then couchapp can't run, ... > I can't installl ,,, 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ît
