How to instlal pyodbc, without pip

DL Neil PythonList at DancesWithMice.info
Tue Feb 4 16:37:52 EST 2020


On 5/02/20 6:34 AM, dcwhatthe at gmail.com wrote:
> Pip won't work on my desktop, because of the firewalls we have set up.
> 
> I have the version from github.  Assuming my Python 3.8.1 Home Directory is C:\Python, How can I install pyodbc pyodbc-master.zip?  Which folders should I unzip it into?


I don't use MS-Win. My personal library directory is 
/home/dn/.local/lib/python3.7/site-packages. There is an equivalent of 
such, for you.

Pip is a convenience. Manual installation is perfectly reasonable.


For wider understanding and to take advantage of Python's flexibility to 
include the limitations of your situation, the following might help:

Python Setup and Usage
https://docs.python.org/3/using/index.html

Installing Python Modules
https://docs.python.org/3/installing/index.html

Installing Packages
https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site

-- 
Regards =dn


More information about the Python-list mailing list