Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 207 by adamsc: New installation process fails with existing pip install http://code.google.com/p/django-hotclub/issues/detail?id=207
pinax-boot.sh calls pinax-env/bin/pip without verifying that it exists. If you're on a system which already has pip installed, that file won't exist because the installer returns successfully if pip exists anywhere in the system path. I used pinax-boot.sh --no-site-packages to work around this but this situation should be handled more gracefully - adding --always-copy to the easy_install line in pinax-boot.sh solves that problem but probably needs a >=0.3 to avoid breaking on git / hg URLs. What version of the product are you using? On what operating system? Mac OS X 10.5 using the system Python 2.5 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
