Part question, potential request.
We have complicated scripting that provisions VMs for our development and testing infrastructure. We would like to be able to use pyodbc in this context. If we cannot install pyodbc in an automated "headless" way then that might not be possible. In our case the defaults for Python Directory and Installation Directory in the GUI are typically fine. Although I can imagine simple command line parameters.
pyodbc-<version>.exe --python-dir=<some-dir> --install-dir=<some-other-dir> --nogui
Is this already possible without resorting to the lower level python tools?
Status: New
Labels:
Type-Defect
Priority-Medium