Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41faf1a

Browse files
author
jtimberman
committed
cook-18, remove nltk, not needed for general python cookbook
1 parent 09dc455 commit 41faf1a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

recipes/default.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,3 @@
2828
action :install
2929
end
3030
end
31-
32-
bash "install-nltk" do
33-
not_if do File.exists?("/usr/lib/python2.5/site-packages/nltk-0.9.8.egg-info") end
34-
cwd "/tmp"
35-
code <<-EOH
36-
wget http://nltk.googlecode.com/files/nltk-0.9.8.zip
37-
unzip nltk-0.9.8.zip
38-
cd nltk-0.9.8
39-
python setup.py install
40-
EOH
41-
end

0 commit comments

Comments
 (0)