Skip to content

Commit

Permalink
add python3-dev package for rjsmin/django-compressor archesproject#7562
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jul 2, 2021
1 parent fb3085a commit 72545e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arches/install/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ function main {
sudo apt-get install -y libgdal-dev
sudo apt-get install -y libpq-dev

sudo apt-get install python3-venv
sudo apt-get install -y python3-dev
sudo apt-get install -y python3-venv

echo -n "Would you like to install elasticsearch? (y/N)? "
read answer
Expand Down

0 comments on commit 72545e5

Please sign in to comment.