problems with python and virtualenvwrapper after updating: No module named virtualenvwrapper
- 阅读更多 关于 problems with python and virtualenvwrapper after updating: No module named virtualenvwrapper
问题 I run python 2.7.6 with virtualenv, virtualenvwrapper under ubuntu 14.04. now i have installed python 2.7.9 from source. the new python interpreter is now located under /usr/local/bin but it seems the old interpreter is also located under /usr/bin . if I run python shell it shows up python2.7.9. but if I use mkvirtualenv venv I am getting the following message. New python executable in venv/bin/python Installing setuptools, pip...done. Blockquote /usr/local/bin/python: No module named