python 2.7 - nltk - still old version after upgrading -


i trying install latest version of nltk. used pip , in /usr/local/lib/python2.7/dist-packages get

>>> import nltk ; nltk.__version__ '3.1' 

but in project directory get

>>> import nltk ; nltk.__version__ '2.0b9' 

how can change use nltk 3.1?


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -