Skip to content

Commit

Permalink
python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 19, 2024
1 parent 961a666 commit 4eecda7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
overwrite true
end

alinux_extras_topic 'python 3.8' do
topic 'python3.8'
end

bash 'install awscli' do
code "#{file_cache_path}/awscli/awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws"
code "/usr/bin/python3.8 #{file_cache_path}/awscli/awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws"
end

0 comments on commit 4eecda7

Please sign in to comment.