I'm trying to access sql server database so i need sqlcmd but after following microsoft docs here and here. Running sqlcmd returns:
sqlcmd: command not found
and I do have mssql-tools installed:
amir@amir-pc:~$ sudo apt-get install mssql-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
mssql-tools is already the newest version (14.0.2.0-1).
What am i missing? Also i'm on 16.10 and i had no problem installing it on 16.04
Quoting the page you linked to:
Add the path either to ~/.bash_profile or ~/.profile if you don't have .bash_profile in your home directory.
Add the following path to your ~/.bashrc file
Don't forget to update the path configuration by issuing the following command in your terminal window: