I'm trying to connect to the Microsoft SQL server. I'm using python code to do so, and I want to download pyodbc. I go to the Python33 directory by doing this: cd C:\Python33\, and I try typing in pip install pyodbc, but it doesn't recognize pip.
Did anyone else have this problem with Python 3.3?
I'm also trying to do this: C:\Python34\Scripts>pip install pyodbc
But it says: "The system cannot find the path specified."