arbz101
arbz101

Reputation: 325

Install python library on elasticbeanstalk which requires sudo

I'm trying to install boto3 for my django project deployed with aws elastic-beanstalk. The library requires that I run as sudo and therefore gives me a permission denied error.

I'm just putting the boto3==1.2.1 in my requirement.txt file.

Thanks!

Upvotes: 0

Views: 167

Answers (1)

arbz101
arbz101

Reputation: 325

Turns out I forgot the double = signs. No need for sudo.

Upvotes: 1

Related Questions