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' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -