I never used to see this message before when using virtualenvwrapper, but now I\'m suddenly seeing this message whenever I run, say, mkvirtualenv
workon
, which is defined in /usr/local/bin/virtualenvwrapper.sh
, calls deactivate
. A script of the same name is present in Anaconda's bin, so it gets called by workon.
The best solution I've found so far is to rename activate and deactivate in Anaconda's bin. If there's a better solution, please comment and I'll update this answer.