from:https://forums.aws.amazon.com/thread.jspa?threadID=164348
Make a virtual environment for the EB CLI:
virtualenv eb-env
Activate the virtualenv and install awsebcli:
pip install awsebcli
Check that eb now works:
eb --version
Deactivate and add eb to your path:
deactivate
source ~/eb-env/bin/eb
Error
Traceback (most recent call last):
Make a virtual environment for the EB CLI:
sudo pip install virtualenv
cd ~virtualenv eb-env
Activate the virtualenv and install awsebcli:
pip install awsebcli
Check that eb now works:
eb --version
Deactivate and add eb to your path:
deactivate
source ~/eb-env/bin/eb
Error
沒有留言:
張貼留言