Skip to content

Instantly share code, notes, and snippets.

@NguyenTrungTin
Created July 20, 2019 20:03
Show Gist options
  • Save NguyenTrungTin/1635d1caac6d8eb3cb27793a619f237a to your computer and use it in GitHub Desktop.
Save NguyenTrungTin/1635d1caac6d8eb3cb27793a619f237a to your computer and use it in GitHub Desktop.
```bash
echo "alias python=python3" >> ~/.bash_aliases
source ~/.bash_aliases
```
```bash
sudo apt install python3-pip
```
```bash
pip3 install awscli --upgrade --user
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment