Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you don't have the AWS CLI installed yet, that's great. Start by checking that you have Python 3.5+, then worry about the AWS CLI.
  • If you already have the AWS CLI installed, you'll need to make sure that it is using Python 3.5+. If it isn't, then the awscli-login plugin won't work properly and installing it may break AWS CLI installs that are NOT using Python 3.5+.

Python 3.5+

Code Block
languagebash
$ python --version
Python 2.7.14 # Python 2.x is installed!
$ python3 --version
-bash: python3: command not found  # Python 3.5+ is not installed!

...