Skip to content
Snippets Groups Projects
Unverified Commit cefb4ba0 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

tutorial: Add boto3 installation to setup script (#17722)

parent 7c61d6d4
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,12 @@ until sudo apt-get install -y --no-install-recommends \ ...@@ -57,6 +57,12 @@ until sudo apt-get install -y --no-install-recommends \
sleep 5 sleep 5
done done
####
# Upgrade boto3 python package on AWS systems
####
pip3 install --upgrade boto3
#### ####
# Spack configuration settings for tutorial # Spack configuration settings for tutorial
#### ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment