You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: