After activating the virtual environment, when I try:
$ sudo pip install -U nltk
it shows this message:
Requirement already up-to-date: nltk in /usr/local/lib/python2.7/dist-packages
Why isn't it downloading those packages? Should I use --no-site-packages while activating?