Skip to content

Commit ca35fc9

Browse files
authored
Try regular python package
1 parent fcfa38f commit ca35fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/chroot-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ cd /var/www/
220220

221221
# install infragram in the web public folder:
222222
# prerequisites:
223-
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config python2.7 python2.7-dev
223+
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config python python-dev
224224
git clone https://github.com/publiclab/infragram.git
225225
cd infragram
226226
npm install

0 commit comments

Comments
 (0)