Skip to content

Commit bb4bdc1

Browse files
Merge pull request #36766 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents bbd9011 + f8391d7 commit bb4bdc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/includes/odbc-ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ Use the following steps to install the **mssql-tools18** for [!INCLUDE [sssql25-
142142

143143
To make **sqlcmd** and **bcp** accessible from the bash shell for login sessions, modify your `PATH` in the `~/.bash_profile` file with the following command:
144144

145-
```php
145+
```bash
146146
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
147147
source ~/.bash_profile
148148
```
149149

150150
To make **sqlcmd** and **bcp** accessible from the bash shell for interactive/non-login sessions, modify the `PATH` in the `~/.bashrc` file with the following command:
151151

152-
```php
152+
```bash
153153
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bashrc
154154
source ~/.bashrc
155155
```

0 commit comments

Comments
 (0)