$ ls
bin include lib
$ bin/pip install pyyaml
$ bin/pip install http://pypi.python.org/packages/source/n/nltk/nltk-2.0.1rc1.tar.gz
$ . bin/activate
Carpe diem...
Saturday, July 30, 2011
Installing nltk on Mac OSX Lion
Recently I needed to install nltk, it was giving me errors regarding YAML not being installed. In a Python-virtualenv environment, the following did the trick:
Categories
About me
I'm Adrian and this is my blog. Here I usually write about technical stuff (mostly about Linux).