Last active
September 25, 2017 15:04
-
-
Save bllmo/83b6254e2ec4e7f1d0d0121ff04b5ace to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -O https://bootstrap.pypa.io/get-pip.py | |
python3 get-pip.py --user | |
echo `export PATH=~/.local/bin:$PATH` >> .bashrc | |
pip --version | |
pip install awscli --upgrade --user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment