Skip to content

Commit

Permalink
Install swig library. Fixes Scifabric#566
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex authored and chispita committed Aug 23, 2013
1 parent 0c9db8c commit 11552e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbooks/pybossa/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
action :create
end

execute "install SWIG library" do
command "apt-get install -y swig"
end

execute "install pybossa requirements" do
command ". vagrant_env/bin/activate; pip install -e ."
cwd "/vagrant"
Expand Down

0 comments on commit 11552e7

Please sign in to comment.