Skip to content

Commit ad0ba0b

Browse files
VladDBArwestMSFT
authored andcommitted
Update Linux ODBC
1 parent e03a40c commit ad0ba0b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/linux/includes/odbc-redhat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Use the following steps to install the **mssql-tools18** on Red Hat Enterprise L
5656

5757
```bash
5858
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
59+
source ~/.bash_profile
5960
```
6061

6162
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:

docs/linux/includes/odbc-sles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Use the following steps to install the **mssql-tools18** on SUSE Linux Enterpris
5959

6060
```bash
6161
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
62+
source ~/.bash_profile
6263
```
6364

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

docs/linux/includes/odbc-ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
6868

6969
```bash
7070
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
71+
source ~/.bash_profile
7172
```
7273

7374
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:

0 commit comments

Comments
 (0)