Skip to content

Commit

Permalink
workaround for pip build of datrie
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Dec 20, 2013
1 parent d95d389 commit e64559b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/local_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ echo "installing Python/Mesos..."
sudo aptitude -y install python-setuptools
sudo aptitude -y install python-protobuf
sudo aptitude -y install python-gevent
sudo aptitude -y install python-datrie
sudo aptitude -y install python-psutil
sudo aptitude -y install python-dev
sudo aptitude -y install python-pip
sudo pip install datrie

rm -rf $EGG
wget http://downloads.mesosphere.io/master/ubuntu/13.10/$EGG
Expand Down

0 comments on commit e64559b

Please sign in to comment.