1 Answer
- Newest
- Most votes
- Most comments
0
AWS HealthImaging was made generally available with the July 25, 2023 announcement and the AWS CLI versions greater than or equal to v1.29.6 and v2.13.3 can be used referencing the documentation.
If the AWS CLI is less than these versions, please upgrade.
NOTE: When using AWS Cloud9 , if the sudo yum upgrade awscli
command does not upgrade to a sufficient version, get the latest using python -m pip install awscli --upgrade --user
Then either:
- make sure the
~/.local/bin
(default user installation path for Python) is before yum's installation location/usr/bin/aws
:
% export PATH=~/.local/bin:$PATH # for the shell % PATH=~/.local/bin:$PATH aws medical-imaging help # or prior to the `aws` command
or
- use the upgraded package directly:
% python -m awscli medical-imaging help
answered 2 years ago
Relevant content
- asked 6 years ago
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 8 months ago