microsoft / mssql-scripter

Repository for the new SQL cross-platform command line tools
Other
742 stars 148 forks source link

Installed but won't run #265

Open slac4 opened 2 years ago

slac4 commented 2 years ago

After installation, the command: $ mssql-scripter

gives the message: /usr/bin/python: No module named mssqlscripter

I have the following files: ./.local/bin/mssql-scripter ./.local/lib/python3.8/site-packages/mssqlscripter

However, ./.local/lib/ is not on my PATH, which I assume is the problem, but I don't know how to correct it since: ./.local/lib/python3.8/site-packages/mssqlscripter is a directory, and /usr/bin/python is a link to a shared library

Any advice on how to correct the problem would be appreciated.

iikuzmychov commented 1 year ago

https://github.com/microsoft/mssql-scripter/issues/281