Skip to content

Commit cb2d957

Browse files
authored
fix(python): allows pip installing pyodbc
1 parent b64852c commit cb2d957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/core.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
block: |
1111
alias python='python3'
1212
export PATH=$HOME/Library/Python/3.7/bin:$PATH
13+
- name: Ensure pyodbc
14+
homebrew:
15+
name: unixodbc

0 commit comments

Comments
 (0)