Skip to content

Commit

Permalink
Update Vagrant-bootstrap.sh to add python dependency in build
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Jul 27, 2017
1 parent 3c61e90 commit a7d9d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install -y openjdk-7-jdk maven zip
sudo apt-get install -y openjdk-7-jdk maven zip python
sudo echo "export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64" >> /home/ubuntu/.bashrc

# Workaround for not finding xalan dependency, fix pinched from https://github.com/ISA-tools/linkedISA/pull/13
Expand Down

0 comments on commit a7d9d7c

Please sign in to comment.