Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6de75 commit a538f93Copy full SHA for a538f93
recipes/default.rb
@@ -30,12 +30,12 @@
30
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")
+ not_if do File.exists?("/usr/lib/python2.5/site-packages/nltk-0.9.8.egg-info") end
34
pwd "/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
+end
0 commit comments