Skip to content

Instantly share code, notes, and snippets.

@bllmo
Last active September 25, 2017 15:04
Show Gist options
  • Save bllmo/83b6254e2ec4e7f1d0d0121ff04b5ace to your computer and use it in GitHub Desktop.
Save bllmo/83b6254e2ec4e7f1d0d0121ff04b5ace to your computer and use it in GitHub Desktop.
#!/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