I upgraded my local and remote versions of python to 2.7.9 - somewhere along the way - all of my packages were removed? I cannot make use of Flask outside of a virtualenv? While I was installing remotely I downloaded a virtualenv and proceeded to install pip, flask, etc.
I am not certain that downloading Python 2.7.9 is to blame. Whenever I enter the python interpreter and import my previously installed packages, i.e. Flask, they are not available.. I then proceed to sudo install globally and still the packages are not available despite my terminal saying the installations were success - for some reason my packages will now only work inside of a virtualenv
?
I have follow this post Import error in twilio and I have identified Python 2.7 directory and contents as follows
/usr/local/bin/python
> 2to3 ipcontroller iptest pydoc python2.7-config idle
> ipcontroller2 iptest2 python python2-config ipcluster
> ipengine ipython python2 python-config ipcluster2
> ipengine2 ipython2 python2.7 smtpd.py
/usr/bin/pip
only one pip installed
..again even when I install outside of a virtualenv, I receive a successful install message for i.e. Flask but it is not installed when I check in the python interpreter, how could I fix this? Is this unique to Python 2.7.9?