amazon web services - Install python library on elasticbeanstalk which requires sudo -


i'm trying install boto3 django project deployed aws elastic-beanstalk. library requires run sudo , therefore gives me permission denied error.

i'm putting boto3==1.2.1 in requirement.txt file.

thanks!

turns out forgot double = signs. no need sudo.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -