$ cd $WORKSPACE $ python3 -m venv .venv $ source .venv/bin/activate
$ pip install --upgrade pip
$ pip install --upgrade awscli
Last updated 5 years ago
Was this helpful?