Michael, 

I had tried that previously but was met with the error:

'failed, because: Directory '.' is not installable. File 'setup.py' not 
found.'

Which I didn't understand because requirements.txt exists in the root 
directory of the project, at the same level as setup.py. Any ideas?

On Monday, July 18, 2016 at 9:47:03 AM UTC-7, Michael Merickel wrote:
>
> On Mon, Jul 18, 2016 at 11:43 AM, Andrew Burnett <ajbur...@gmail.com 
> <javascript:>> 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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/a7e7cdd2-8b29-45d0-b531-8e22ab791935%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to