Difference between revisions of "Setup Microsoft ODBC drivers for use with pyodbc"
From DevOps Notebook
(Created page with "<syntaxhighlight lang="bash"> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew tap microsoft/mssql-release https://github...") |
|||
Line 1: | Line 1: | ||
− | < | + | <pre> |
− | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | + | # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" |
− | brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release | + | # brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release |
− | brew update | + | # brew update |
− | HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools | + | # HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools |
− | </ | + | </pre> |
Latest revision as of 21:18, 2 April 2025
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" # brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release # brew update # HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools