I installed pyodbc on my Raspberry Pi with the following
sudo apt-get install python-pyodbc
and
pip install pyodbc
When I try to import pyodbc, I can only do so in the Python 2.7 Shell. In Python 3.5 Shell I get "No Module named 'pyodbc'. How can I ensure the pyodbc is enabled for Python 3.5 when I install?