Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
cook-18, python package prefix, corrected cwd for nltk build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 19, 2009
1 parent 3903f4c commit a9c68fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/recipes/default.rb
Expand Up @@ -24,14 +24,14 @@
dev imaging matplotlib matplotlib-data matplotlib-doc mysqldb
numpy numpy-ext paramiko scipy setuptools sqlite
}.each do |pkg|
package pkg do
package "python-#{pkg}" do
action :install
end
end

bash "install-nltk" do
not_if do File.exists?("/usr/lib/python2.5/site-packages/nltk-0.9.8.egg-info") end
pwd "/tmp"
cwd "/tmp"
code <<-EOH
wget http://nltk.googlecode.com/files/nltk-0.9.8.zip
unzip nltk-0.9.8.zip
Expand Down

0 comments on commit a9c68fd

Please sign in to comment.