Skip to content

Commit

Permalink
Set path to use root user local dir for python packages installed loc…
Browse files Browse the repository at this point in the history
…ally
  • Loading branch information
dakotabenjamin committed Jun 28, 2024
1 parent 2e57fce commit b962391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/cloudformation/tasking-manager.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ const Resources = {
'export DEBIAN_FRONTEND=noninteractive',
'export LC_ALL="en_US.UTF-8"',
'export LC_CTYPE="en_US.UTF-8"',
'export PATH=$PATH:/root/.local/bin',
'dpkg-reconfigure --frontend=noninteractive locales',
'sudo apt-get -q -y update',
'sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade',
Expand Down

0 comments on commit b962391

Please sign in to comment.