Skip to content

Instantly share code, notes, and snippets.

@emalherbi-zz
Forked from navid-taheri/eb-cli-ubuntu-16-04
Created February 27, 2019 12:44
Show Gist options
  • Save emalherbi-zz/f80c16c332ede06a5b7d98ef571873be to your computer and use it in GitHub Desktop.
Save emalherbi-zz/f80c16c332ede06a5b7d98ef571873be to your computer and use it in GitHub Desktop.
How to install eb cli (awsebcli) on Ubuntu 16.04
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install python3-setuptools
sudo easy_install3 pip
pip -V
#pip 9.0.1 from /usr/local/lib/python3.5/dist-packages/pip-9.0.1-py3.5.egg (python 3.5)
sudo chown -R username:username ~/.local/
# add to ./*shrc
export PATH=$PATH:~/.local/bin/
pip install --upgrade --user awsebcli
eb --version
#EB CLI 3.10.1 (Python 2.7.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment