0
我試圖爲我的django項目安裝aws elastic-beanstalk部署的boto3。該庫要求我以sudo身份運行,因此給我一個拒絕權限的錯誤。在elasticbeanstalk上安裝需要sudo的python庫
我只是將boto3 == 1.2.1放在我的requirements.txt文件中。
謝謝!
我試圖爲我的django項目安裝aws elastic-beanstalk部署的boto3。該庫要求我以sudo身份運行,因此給我一個拒絕權限的錯誤。在elasticbeanstalk上安裝需要sudo的python庫
我只是將boto3 == 1.2.1放在我的requirements.txt文件中。
謝謝!
原來我忘記了double =符號。不需要sudo。
部署腳本由root運行。 – Gustaf