On Mon, Jul 18, 2016 at 11:43 AM, Andrew Burnett <[email protected]> wrote:
> You're a savior! I can't tell you how appreciate I am. What a bonehead > move on my part, leaving out that command; nevertheless, adding the > `setup.py develop` call in .ebextension did the trick! If you're using a requirements.txt and "pip install" then you should be running "pip install -e ." instead of "setup.py develop". The latter is using easy_install, instead of using pip for everything. If you've already got a requirements.txt then you should do as Randall mentioned above and just add "-e ." to the end of your requirements.txt. You may not even need the extra .ebextensions steps in that case. - Michael -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwF%3DRvBiFEca5u3jjvkfKTvP5hrQvSn7MWJp4USHoYT_yA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
