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
Post a Comment