Created
March 4, 2020 02:22
-
-
Save russel-yang/a5c6d3876a2c7884316575a43e9d2dda to your computer and use it in GitHub Desktop.
install python venv-awscli
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
| python3 -m venv ~/pyenv | |
| source ~/pyenv/bin/activate | |
| pip install awscli | |
| aws help |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python -m pip install --upgrade pip