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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -