Skip to content

Commit 7e7d81d

Browse files
author
Bastien Gautier
committed
Add notice to install pyodbc
1 parent 5e3e2c7 commit 7e7d81d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/install-deps.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22

33
sudo apt-get update
44
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install vim
5+
6+
# Install the Microsoft ODBC driver for SQL Server (Linux)
7+
# https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server
8+
9+
# curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
10+
# curl https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list
11+
# sudo apt-get update
12+
# sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
13+
# Notice: Add pyodbc in requirements.txt or pyproject.toml file.

0 commit comments

Comments
 (0)