Python Setup
Create the virtual environment for python.
$ cd $WORKSPACE
$ python3 -m venv .venv
$ source .venv/bin/activateUpdate PIP
$ pip install --upgrade pipInstall AWS CLI
$ pip install --upgrade awscliLast updated
Was this helpful?