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

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

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -