I am trying to install the latest version of nltk. I used pip
and in /usr/local/lib/python2.7/dist-packages
I get
>>> import nltk ; nltk.__version__
'3.1'
but in my project directory I get
>>> import nltk ; nltk.__version__
'2.0b9'
How can I change it to use nltk 3.1?