Navigation Menu

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

Commit

Permalink
cook-18, remove nltk, not needed for general python cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 19, 2009
1 parent a9c68fd commit cfef083
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions python/recipes/default.rb
Expand Up @@ -28,14 +28,3 @@
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
cwd "/tmp"
code <<-EOH
wget http://nltk.googlecode.com/files/nltk-0.9.8.zip
unzip nltk-0.9.8.zip
cd nltk-0.9.8
python setup.py install
EOH
end

0 comments on commit cfef083

Please sign in to comment.