Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Oct 30, 2021
1 parent 1be2932 commit bb71a9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,27 @@ conda install mysqlclient
pip install pyodbc
```

2. Then run the following commands on the terminal :
2. Then run the following commands on the terminal:
```
brew install unixodbc
```
(in my case, it appeared an error that got solved by running:
(in my case, it appeared an error that got solved by running:)
```
sudo chown -R $(whoami) $(brew --prefix)/*
brew install unixodbc
```
)

```
brew tap microsoft/mssql-preview https://github.com/Microsoft/homebrew-mssql-preview
brew update
brew install mssql-tools
```
(again, in my case, it appeared another error that got solved by running:
(again, in my case, it appeared another error that got solved by running:)
```
brew untap microsoft mssql-preview
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
brew update
brew install mssql-tools
```
)

0 comments on commit bb71a9d

Please sign in to comment.